Subject: Re: Bootstrapping EGCS + shared libs?
To: Tom Ivar Helbekkmo <tih@nhh.no>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 01/27/1999 13:17:00
> Hi!
> 
> Could someone be so kind as to remind me what had to be done to get
> from the old GCC without shared libraries to the new EGCS with them?
> 
> I tried a straight "make build" in /usr/src, but when it starts to
> build the EGCS compiler, the first thing it does is to try to generate
> shared object modules for its internal library, and 'as' naturally
> complains that the "-k" and "-K" flags are unknown.
> 
It doesn't care if as complains; as works anyway. 
But the best way to upgrade is probably to fetch the "base" set from
the latest snapshot and unpack it.

-- Ragge