* Problem building GDB 6.3 on HP-UX 11.11
@ 2006-01-13 8:16 Dirk Heinrichs
2006-01-13 10:34 ` Randolph Chung
2006-01-13 10:41 ` Randolph Chung
0 siblings, 2 replies; 3+ messages in thread
From: Dirk Heinrichs @ 2006-01-13 8:16 UTC (permalink / raw)
To: gdb
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
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 #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Problem building GDB 6.3 on HP-UX 11.11
2006-01-13 8:16 Problem building GDB 6.3 on HP-UX 11.11 Dirk Heinrichs
@ 2006-01-13 10:34 ` Randolph Chung
2006-01-13 10:41 ` Randolph Chung
1 sibling, 0 replies; 3+ messages in thread
From: Randolph Chung @ 2006-01-13 10:34 UTC (permalink / raw)
To: gdb
Dirk Heinrichs wrote:
> 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'
Usually this means that gdb is picking up the system curses headers, but
it's linking against ncurses.
randolph
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem building GDB 6.3 on HP-UX 11.11
2006-01-13 8:16 Problem building GDB 6.3 on HP-UX 11.11 Dirk Heinrichs
2006-01-13 10:34 ` Randolph Chung
@ 2006-01-13 10:41 ` Randolph Chung
1 sibling, 0 replies; 3+ messages in thread
From: Randolph Chung @ 2006-01-13 10:41 UTC (permalink / raw)
To: gdb
Dirk Heinrichs wrote:
> 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'
Usually this means that gdb is picking up the system curses headers, but
it's linking against ncurses.
randolph
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-01-13 10:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-13 8:16 Problem building GDB 6.3 on HP-UX 11.11 Dirk Heinrichs
2006-01-13 10:34 ` Randolph Chung
2006-01-13 10:41 ` Randolph Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox