Istvan Gabor wrote:
> Hello:
> 
> I wanted to build some simple program and got this error:
> 
> /lib/modules/2.6.18.2-34-default/source/include/linux/vermagic.h:1:30:
> error: linux/utsrelease.h: No such file or directory
> 
> I've checked vermagic.h that starts with:
> 
> #include <linux/utsrelease.h>
> #include <linux/module.h>
> 
> It seems the above includes are wrong since the directory
> does not contain the files.
> 
> Cheers,
> IG
> 
> 
> 

Building a 'simple program' should not require any kernel headers. Any
'simple program' that does is certainly broken. You must be building
something else? Kernel module?

Regards
Mark
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to