This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

undefined reference to `set_breakpoint'


With CVS head, see this error when, I think, linking gdb:

rm -f gdb
gcc -g -O2 \
-o gdb gdb.o libgdb.a \
../sim/arm/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libgui/src/libgui.a -L/home/gene/addons/insight-cvs/insight_build/tk/unix -ltk8.4 -L/home/gene/addons/insight-cvs/insight_build/tcl/unix -ltcl8.4 -lX11 -ldl -lieee -lm -lncurses -lz -lm -lpython2.6 -lexpat ../libiberty/libiberty.a gnulib/libgnu.a
libgdb.a(gdbtk-bp.o): In function `gdb_set_bp':
/home/gene/addons/insight-cvs/insight_build/gdb/../../insight_sources/gdb/gdbtk/generic/gdbtk-bp.c:533: undefined reference to `set_breakpoint'


Configured like this:
configure -v --quiet --prefix=$PREFIX \
   --target=$TARGET --enable-interwork --enable-multilib \
   --with-gnu-ld --with-gnu-as \
   --disable-werror

Is this due to a missing package? This is on 64bit fedora 12. tk and tcl dev packages installed.

Thanks,
-gene


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