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

get_saved_register removal broke insight build


With current CVS, I can no longer build insight:

gcc -g -O2       \
        -o gdb gdb.o main.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o cli-interp.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-disas.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o gdbtk.o gdbtk-bp.o gdbtk-cmds.o gdbtk-hooks.o gdbtk-interp.o gdbtk-register.o gdbtk-stack.o gdbtk-varobj.o gdbtk-wrapper.o libgdb.a \
           ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a    ../libgui/src/libgui.a -L/home/pme/build/build-2003-03-16/itcl/itcl -litcl3.2 -L/home/pme/build/build-2003-03-16/itcl/itk -litk3.2 -L/home/pme/build/build-2003-03-16/tk/unix -ltk8.4 -Wl,-rpath,/home/pme/build/install-2003-03-16/lib -L/home/pme/build/build-2003-03-16/tcl/unix -ltcl8.4   -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm -ltermcap -lm   ../libiberty/libiberty.a  -ldl -rdynamic
gdbtk-register.o(.text+0x434): In function `get_register':
/home/pme/src/unified/gdb/gdbtk/generic/gdbtk-register.c:290: undefined reference to `get_saved_register'
collect2: ld returned 1 exit status
make: *** [gdb] Error 1




Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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