On Mon, Nov 19, 2001 at 09:08:41AM -0800, Peter Jay Salzman wrote: > begin: Erik Mouw <J.A.K.Mouw@its.tudelft.nl> quote > > Heh, I just got this problem at hand. It turns out that stdarg.h is a > > compiler include file. On my system (Debian testing) it lives in > > /usr/lib/gcc-lib/i386-linux/2.95.4/include/stdarg.h . Because you told > > the compiler to blow away the standard include path (-nostdinc flag), > > it won't find it anymore. > > 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. I have almost the same setup: debian woody (2.4.12 glibc headers) and running 2.4.15-pre5. Just don't supply -nostdinc and it will work, no gotchas involved (IOW: I use this every day). Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ -- 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/