Im trying to compile GCC to use GNU ld and GNU as on an DU 3.2c system, and I
can't get it to work. When the make gets to first try the compiler I get the
following error message.
./xgcc -B./  -DIN_GCC   -O2 -I./include  enquire.o -o enquire
/lib/libc.a(find_rtfunc.o)(.lita+0x40): undefined reference to `_DYNAMIC_LINK'
/lib/libc.a(find_rtfunc.o)(.lita+0x58): undefined reference to `_gpinfo'
/lib/libc.a(find_rtfunc.o)(.lita+0x68): undefined reference to `_fpdata_size'
*** Exit 1
Stop.
I have managed to figure out at least what the `_DYNAMIC_LINK' is and that is
supposed to be set to show what type of linking occured. If link the program
specifying a .so version of libc it works. Is there anyone else who have this
problem and has managed to solve it?
       \\|//
      -(_at_ _at_)-
===oOO==(_)==OOo==============================================================
Henrik P Johnson              Tel: +46-(0)31-812091           Eklandagatan 41a
GlobeCom Network              GSM: +46-(0)70-5409924            41261 Göteborg
IRC: [TC]		      FAX: +46-(0)31-208460			Sweden
E-Mail: king_at_globecom.net king_at_one.se, hpj_at_etek.chalmers.se, hpj_at_tjh.se... etc
==============================================================================
Nice site: 
http://www.underscore.se/sj (Swedish)
Received on Wed Aug 28 1996 - 11:43:40 NZST