This one time, at band camp, Richard Hayes wrote: >But when I try to run make dep I get the errors >gcc -2.95 /include limits.h:117 No such file or directory. > >So, it looks like the gcc can not find the header files. There are a number >of other similar errors for stdio.h , stdlib.h etc.
Sounds like you're missing libc6-dev. You would also benefit greatly by looking into the make-kpkg program when building kernels on Debian systems. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
