Ok... Naturally when I installed my RH5.0 on one of my machines, I didn't figure that I would need to do any development on it... I intended for it to simply act as a router. So... I didn't install any of the development tools. Now... I see that was a mistake and I need to re-compile. I've installed the kernel headers, source, glibc, libc, gcc, make, and bin86. Now as I again attempt to compile, near the end of my make zImage run I receive an error that it can't find files. Unfortunately I can't decipher what it's wanting much less what package it might be in. Here's the error in hopes that someone can point me in the right direction. gcc -I/use/src/linux-2.0.32/include -O2 -fomit-frame-pointer -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-2.0.32/include tools/build.c:25: stdio.h: No such file or directory tools/build.c:26: string.h: No such file or directory tools/build.c:27: stdlib.h: No such file or directory tools/build.c:28: sys/types.h: No such file or directory tools/build.c:29: sys/stat.h: No such file or directory tools/build.c:30: unistd.h: No such file or directory tools/build.c:31: fcntl.h: No such file or directory tools/build.c:35: errno.h: No such file or directory make[1]: *** [tools/build] Error 1 make[1]: Leaving directory `/usr/src/linux-2.0.32/arch/i386/boot' make: *** [zImage] Error 2 Any assistance is greatly appreciated. -KHD -- Kevin H. Devin <[EMAIL PROTECTED] ICQ: 485028 -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.