This is the mail archive of the gdb@sourceware.org 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]

Problem building GDB 6.3 on HP-UX 11.11


Hello,

I'm trying to build GDB 6.3 on HP-UX, but linking fails with the following 
error:

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  ../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   __getcury (code)
   __getcurx (code)
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/vob/apps/gdb/build-HP-UX/gdb'

I used the following configure options:

../gdb-6.3/configure --prefix=/vob/apps/gdb 
--exec-prefix=/vob/apps/gdb/`uname` --disable-nls

Both Linux and Solaris compilation work just fine.

Any hints?

Thanx...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

Attachment: pgp00000.pgp
Description: PGP signature


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