> 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.