In some mail from Jeremiah Cornelius, sie said: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wednesday 28 January 2004 17:59, Darren Reed wrote: > > Now if someone wanted > > a *real* 2.7 feature to add to linux, it'd be supporting building a > > kernel module without requiring /usr/src/linux to be present...but I > > can hear the screams already telling me why that's such a bad idea :) > > > > Darren > > Can't you build with just the headers? I guess that doesn't /really/ solve > the problem that you're facing though... Headers being VERY version > dependent, and versioning themselves with the info from the kernel > Makefile...
NO. The headers in /usr/include/* CANNOT be used when building anything to be loaded into the kernel. This is just one part of a much bigger problem...another being the "versioning" stuff. Darren _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
