This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc on mips-*-sysv4*
- To: "Koundinya.K" <kk at ddeorg dot soft dot net>
- Subject: Re: gcc on mips-*-sysv4*
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 27 Jul 1998 21:57:46 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199807271420.TAA03757@bombay.ddeorg.soft.net>you write:
> gcc -L/usr/ccs/lib/ -lc /opt/epc/epctools/crtn.o -lgcc
> ./enquire -f > tmp-float.h
> dynamic linker: ./enquire: unidentifiable procedure reference (address =
> 0x40062ee8)
> Killed
> *** Error code 137 (bu21) (ignored)
This almost sounds like you've got a reference to a symbol that is
undefined. You might try a few things like linking the program
staticly or enabling debugging/verbose messages from your dynamic
linker. Often information on how to do this can be found in the
ld, ld.so, or dld man pages.
jeff