Subject: Re: Need ld(1)
To: [This is my bacque pas, this is my faux pas] <greywolf@starwolf.starwolf.com>
From: Erik E. Fair <fair@clock.org>
List: port-sparc
Date: 10/16/1997 00:02:08
cd /usr/src/lib/csu/sparc
ed Makefile
/SCCS/s/-DLIB_SCCS//p
w
q
make clean && make && make install
cd /usr/src/gnu/usr.bin/ld/ld
make clean && make && make install
cd /usr/src/lib/csu/sparc
(put the RCSID thingy back)
cd /usr/src/gnu/usr.bin/ld/ld
rm ld ; make && make install

That should make you all happy again.

Failing that:

ftp://cesium.clock.org/pub/fair/ld

That was compiled on my build system on the 14th, after the fixes for the
crt0.o problems.

	Erik <fair@clock.org>