Subject: None
To: None <current-users@NetBSD.ORG, port-sparc@NetBSD.ORG, jcurtis@.cts.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 01/05/1995 18:33:18
> I saw this problem about a week ago also.  Got past it only to be stuck at:
> 
> ===>lfs_cleanerd
> <lines deleted>
> ld: cleanered.o: RRS text relocation at 0x2b60 for "__err"

The rise and fall of weak symbols in post-1.0 libc causes ld to fall over.
You need to compile & install ld before building anything else (using
the 1.0 ld to build a kernel is Ok).

-pk