Hi all I was trying to compile a module by doing: gcc -D__KERNEL__ -DMODULE -O -Wall -c file.c -o file.o I got an error: from /linux/module.h included from file.c: /linux/autoconf.h does not exist What could be the problem and how do I fix it? I have include: #include<linux/module.h> #include<linux/verson.h> #include<linux/kernel.h> Thanx in advance Narasimhamurthy Giri, Clemson University Computer Science Dept. ------------------------------------------------------------------------------- Judge not lest ye be judged yourself. ------------------------------------------------------------------------------- -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/