Subject: Re: yesterdays update: link problem
To: None <current-users@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: current-users
Date: 01/01/1999 19:52:27
On Thu, Dec 31, 1998 at 12:04:01PM -0800, After 5 PM please slip brain through slot in door. wrote:
> rebuild libc first.

After doing this, and failing, and thinking: COPTS=-static isn't propagated
to linker calls of cc, so collect2 was linked without it... picking up the
old shared library version of libc.

LDFLAGS=-static seems to do it. I hope it doesn't break anything else.

	-is