This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Configuring linker flags while cross-compiling gdb


Hi all,
We got the following error while linking gdb for HPUX 11.11 with the following configure command.
CC=gcc ./configure --build=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11 --host=hppa64-hp-hpux11.11 --disable-tui --disable-nls
Has anyone got any idea?
Thanks.

.......
d-frame.o tramp-frame.o inflow.o    init.o
ar: creating libgdb.a
ranlib libgdb.a
rm -f gdb
gcc -g -O2   -Dvfork=fork     \
        -o gdb gdb.o libgdb.a \
           ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a     -lncurses -lm -liconv ../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   som_solib_get_got_by_pc (first referenced in libgdb.a(hppa-hpux-tdep.o)) (code)
   dlgetmodinfo (first referenced in libgdb.a(pa64solib.o)) (code)
   dlgetname (first referenced in libgdb.a(pa64solib.o)) (code)
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/home/umitd/gdb-6.3/gdb'
make: *** [all-gdb] Error 2




Ümit


=============================================================================================
Bu e-mail mesaji ve ekleri, isimleri yazili alicilar disindaki kisilere aciklanmamasi, dagitilmamasi ve iletilmemesi gereken kisiye ozel ve gizli bilgiler icerebilir. Mesajin muhatabi degilseniz lutfen gonderici ile irtibat kurunuz, mesaj ve eklerini siliniz. E-mail sistemlerinin tasidigi guvenlik risklerinden dolayi, mesajlarin gizlilikleri ve butunlukleri bozulabilir, mesaj virus icerebilir. Bilinen viruslere karsi kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi olasi zararlardan Sirketimiz (T.H.Y. A.O.) sorumlu tutulamaz.
 
This email and its attachments may contain private and confidential information intended for the use of the addressee only, which should not be announced, copied or forwarded. If you are not the intended recipient, please contact the sender, delete the message and its attachments. Due to security risks of email systems, the confidentiality and integrity of the message may be damaged, the message may contain viruses. This message is scanned for known viruses and our Company (Turkish Airlines Inc.) will not be liable for possible system damages caused by the message.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]