View Single Post

   
  #3 (permalink)  
Old 01-17-2008, 07:10 AM
don510antiswen@comcast.net
 
Posts: n/a
Default Re: Problem compiling kernel (or anything)

On Tue, 30 Sep 2003 00:16:44 GMT, David <thunderbolt01@netscape.net>
wrote:

>
>Do you have the "kernel-headers" from the "d" directory installed?


In /var/log/packages, I have:
kernel-headers-2.4.20-i386-5
kernel-ide-2.4.20-i486-5
kernel-source-2.4.20-noarch-5

Looking closer at the error message at compile time:
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/include/limits.h:132:75
file or directory not found

Looking in this file, line 132 is:
#include_next <limits.h>

It is in an if block that goes like:
#ifdef _GCC_NEXT_LIMITS_H
#include_next <limits.h>
#endif
Reply With Quote