On Sun, 2003-10-12 at 11:43, Meka[ni] wrote:
 
>       Already done that. Could you please check if you have that file on you source 
> tree? I
> really don't what to do anymore.

Did you run mrproper on the kernel tree after compiling? This will
remove the version.h file. To generate it, you can run 'make
include/linux/version.h' from the /usr/src/linux-(kernel-version)
directory. As a example mine contains:

#define UTS_RELEASE "2.6.0-test7-bk3"
#define LINUX_VERSION_CODE 132608
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

This is from development-sources-2.6.0_beta7-r3.ebuild .

Doug



--
[EMAIL PROTECTED] mailing list

Reply via email to