[PLUG] Compilation problems

Jonathan Sergent sergent@csociety.purdue.edu
Mon, 07 Aug 2000 10:31:44 -0700


> gcc barfs on this, claiming to not be able to find linux/limits.h
> the only way to fix it is to use 'gcc -I/usr/src/linux/include blah.c'
> 
> any ideas?

Remove your kernel from /usr/src, and install the kernel-headers package
from Red Hat (assuming that is what you are running; other distributions
should have a similar package).


--jss.