Subject: Re: adventures with current! :-)
To: None <storm@mnementh.cs.mcgill.ca>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 11/13/1993 11:42:46
> 	cd /usr/src/gnu/usr.bin/gas; make && make install
> 	^=This fails with the error:
> 
> /usr/lib/crt0.o: Undefined symbol __DYNAMIC referenced from text segment
> /usr/lib/crt0.o: Undefined symbol __DYNAMIC referenced from text segment
> *** Error code 1
> 
> 

You must already have installed crt0.o. This must not be done before ld is
installed. Re-compile `csu/<arch>/crt0.c' without `-DDYNAMIC', then install
ld, then install crt0.o with `-DDYNAMIC' (if you want to use shared libs).

-pk

------------------------------------------------------------------------------