Subject: Making Libc - *one* of you has to have done this.
To: None <amiga@netbsd.org>
From: Peter Seebach <seebs@solutions.solon.com>
List: amiga
Date: 09/22/1994 08:51:00
If I add -DKERNEL to the libc makefile, a few things fail because errno is
an undeclared symbol.  If I don't, other things crash because things like
CLSIZE aren't defined.

What do I do to build libc?  Both of these happen after
( make clean ; make depend ; make )
...
I'm trying to use gcc-2.6.0, am I wrong?
-s