As root, doQuote:>I did the CD upgrade to RedHat Intel/4.0 and gcc can't find
>the .h files for the command #include <linux/xxxx.h>.
cd /usr/include
ln -s ../src/linux/include/linux linux
ln -s ../src/linux/include/asm asm
assuming you have a /usr/src/linux - if not, then also do
cd /usr/src
ln -s linux-2.0.18 linux
--