This is the mail archive of the gdb-patches@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: [patch/5.2] (hopefully) Handle HP/UX -Ae


> bcache.c doesn't compile.
> 
> HP/UX: 5; GDB 1

well ..

$ TMPDIR=/var/tmp make
rm -f gdb
cc -Ae -g  -D__HP_CURSES -Dvfork=fork       -o gdb \
main.o libgdb.a cli-decode.o cli-script.o cli-cmds.o cli-setshow.o 
cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-var.o mi-cmd-break.o 
mi-cmd-stack.o mi-cmd-disas.o mi-main.o mi-parse.o mi-getopt.o 
../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a 
./../intl/libintl.a ../libiberty/libiberty.a -lHcurses     -lm 
../libiberty/libiberty.a \

/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (main.o) was 
detected. The linked output may not run on a PA 1.x system.
pxdb: internal error. File won't be debuggable (still a valid executable)

HP/UX 10.20: 5; GDB 2!

Andrew


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