On Sun, Aug 24, 2003 at 02:36:30PM +0300, Erez Doron wrote: > i installed kernel-source-2.4.20-20.9-i686.rpm > i linked the main dir to /usr/src/linux ( was already linked to > /usr/src/linux-2.4)
/usr/src/linux should point to the headers glibc was compiled against. You shouldn't touch it unless you really know what you're doing. > i did: > cd /usr/src/linux > cp configs/config.i686 .config make oldconfig here > make dep > make clean > make modules > > i got full of errors (on make modules), for example: > > /usr/src/linux-2.4.20-20.9/include/linux/dcache.h: In function `dget': > /usr/src/linux-2.4.20-20.9/include/linux/dcache.h:254: warning: implicit > declaration of function `__out_of_line_bug_R8b0fd3c5' Which compiler are you using? > cpufreq.c: In function `cpufreq_parse_policy': > cpufreq.c:111: warning: implicit declaration of function `sscanf_R859204af' You are running into module versions problems. Try again, after having saved your .config elsewhere and running 'make mrproper'. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
