When trying to compile gdb 5.0 on HP-UX 11.0,
I have the following error message:

/tools/gdb_5.0/gdb-5.0> make
        make  all-recursive
Making all in doc
Making all in po
        make  all-recursive
Making all in po
        rm -f gdb
         gcc -g -O2  -D__HP_CURSES      -o gdb main.o libgdb.a
../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a
./../intl/libintl.a ../libiberty/libiberty.a  -lHcurses     -lm
../libiberty/libiberty.a
/usr/bin/ld: Unsatisfied symbols:
   dlgetmodinfo (code)
   dlgetname (code)
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


It seems an HP-UX library is missing in the ".a" list but I can't find which
one...



_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to