[Mono-list] Martin's debugger in CVS

Marcus mathpup@mylinuxisp.com
Wed, 15 Jan 2003 15:53:02 -0600


I'm trying to get the debugger in CVS working, but I'm getting strange errors 
during configure when the script checks for libbfd. I have bintuils 2.13 
install. The config.log shows

configure:8443: checking for bfd_get_arch in -lbfd
configure:8470: gcc -o conftest -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes 
-Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings   conftest.c -lbfd   >&5
configure:8458: warning: function declaration isn't a prototype
configure:8461: warning: function declaration isn't a prototype
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libbfd.a(archures.o): In 
function `bfd_default_scan':
archures.o(.text+0x192): undefined reference to `_sch_istable'
archures.o(.text+0x19f): undefined reference to `_sch_istable'
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libbfd.a(bfd.o): In 
function `_bfd_abort':
bfd.o(.text+0x4ec): undefined reference to `xexit'
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libbfd.a(bfd.o): In 
function `bfd_errmsg':
bfd.o(.text+0x10f): undefined reference to `xstrerror'

And on and on. Any ideas what's wrong?