This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: gcc on mips-*-sysv4*



  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


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