On Saturday 13 November 2004 16:03, Kfir Lavi wrote: > Hi, > I'm trying to compile kernel 2.6.8-1 with debian kernel-package. > I think i'm missing libraries. > Can someone please point me of the libs or paths i need to add. >
Hi Kfir! sys/types.h, sys/stat.h, unistd.h, etc. are all standard UNIX C header files. If gcc cannot find them, then you probably need to install the glibc development package: http://packages.debian.org/stable/devel/libc6-dev Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://www.shlomifish.org/ Knuth is not God! It took him two days to build the Roman Empire. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
