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]

--target=rs6000-ibm-aix4.1


Kevin,

Noticed that this one still isn't building vis:

gcc -g -O         -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 
../libiberty/libiberty.a -lncurses     -lm  ../libiberty/libiberty.a \
-ldl -rdynamic
libgdb.a(solib-svr4.o): In function `enable_break':
/home/cagney/GDB/src/gdb/solib-svr4.c:855: undefined reference to 
`remove_solib_event_breakpoints'
/home/cagney/GDB/src/gdb/solib-svr4.c:982: undefined reference to 
`create_solib_event_breakpoint'
libgdb.a(solib.o): In function `clear_solib':
/home/cagney/GDB/src/gdb/solib.c:754: undefined reference to 
`disable_breakpoints_in_shlibs'
collect2: ld returned 1 exit status
gmake[1]: *** [gdb] Error 1

I suspect it is still fallout from the recent shlib changes.

The host was redhat 7.2 on i386.

enjoy,
Andrew


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