> the reason i used -nostdinc is because /usr/include/linux on debian woody is > 2.4.12, and i'm running 2.4.13. i didn't want to start deleting files owned > by libc6-dev and replacing them with files from /usr/src/linux/include. > > prolly adding -I /usr/lib/gcc-lib/i386-linux/2.95.4/include would do the > trick. i'll give it a try. Directories added with -I are searched BEFORE the standart ones. So there's no point in adding -nostdinc if /usr/src/inlucde contains all the files it should. -------------------------------------------------------------------------------- - Jan Hudec `Bulb' <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/