linker issue?

2003-01-22 Thread Mike Ruhl
Howdy, I am running 4.7-stable, and tring to run an application (cross-elf-mips-gcc3.0-freebsd3.4/bin/gdb-mips) and I am getting this error: /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" This did work before I updated to 4.7. I did some kerputzing, and have apper

Re: linker issue?

2003-01-22 Thread Kris Kennaway
On Wed, Jan 22, 2003 at 03:48:20PM -0800, Mike Ruhl wrote: > Howdy, > > I am running 4.7-stable, and tring to run an application > (cross-elf-mips-gcc3.0-freebsd3.4/bin/gdb-mips) and I am getting this > error: > > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" > > T