On Fri, Oct 20, 2006 at 05:31:30PM +0200, Jose Luis Alarcon Sanchez wrote: > Hi all. > > I am using Mandriva 2007, which comes with 2.6.17-5mdv kernel. > I was compiling some external drivers with this kernel without > any kind of problem. > > Yesterday i was compiling and installing kernel 2.6.19-rc2 > in the system and all went very well. Today i am trying > compile the same external drivers that work well with > 2.6.17-5mdv, but i get error: include/linux/config.h not > found. > AFAIK config.h has been deprecated in recent kernels, you should use something like this if you need back compat.: #ifndef AUTOCONF_INCLUDED #include <linux/config.h> #endif Regards -- --Juanjo # Juan Jose Ciarlante (JuanJo) jjo ;at; mendoza.gov.ar # # GnuPG Public Key: gpg --keyserver wwwkeys.eu.pgp.net --recv-key 66727177 # # Key fingerprint: 0D2F 3E5D 8B5C 729E 0560 F453 A3F7 E249 6672 7177 # -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/