<quote who="James Gregory"> > On Mon, 2002-09-23 at 14:42, Campbell McLeay wrote: *snip* > was built with. You'll notice that when the kernel itself compiles it > acutally explicitly includes the header files that come with it. If you > *snip*
And even more, the 2.5 kernel build system builds everything using the 'nostdincs' argument to gcc, which means nothing in /usr/include (or the other standard spots) gets searched for includes... because the only time the kernel should use any of the system headers to build is when a) the kernel code is broken and should be fixed b) You are building a UML (User Mode Linux) kernel. J. -- Jan Schmidt [EMAIL PROTECTED] Pants Pants Pants Pants Pants Pants Pants Pants. Lovely Pants, wonderful Pa-ants. Lovely Pants, wonderful Pa-ants. (Shut up! Bloody Vikings.) -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
