On Wed, Aug 15, 2001 at 11:35:55AM -0400, Rick Pasotto wrote: > I know this may be a stupid question but where are the standard include > files? I've done an apt-get of gcc. I *used* to be able to compile > things. But I can't even compile 'hello world' now. It can't find > stdio.h. I can't compile a kernel because 'make menuconfig' doesn't work. > > What have I screwed up? I've got mostly potato with some testing.
Possibly libc6-dev (which contains /usr/include/stdio.h) is corrupted or missing.

