On my mandrake 7.0 system /lib/modules/`uname -r`/build is a link to
/usr/src/linux/
so /lib/modules/`uname -r`/build/include/linux/version.h is the same
thing as /usr/src/linux/include/linux/version.h
Does your build directory in /lib/modules/ link to /usr/src/linux? and
is /usr/src/linux the s
It seems as though for some reason, /usr/src/linux/include is not in
the include search path of gcc in Mandrake.
I simply went into the ./configure script and modified all the
ac_compile and ac_link definitions to include -I/usr/src/linux/include
and it worked.
This is an ugly hack, but hey, it