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