On Tue, Oct 22, 2002 at 02:35:53PM +0200, Dan Kenigsberg wrote: > I'm trying to compile rh kernel 2.4.18-17.8.0 with my > gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7). > > I'm using configs/kernel-2.4.18-i686.config as my .config. > > Compiling vmlinuz works fine, but modules fails with funny error > message.
Looks like mucho b0rken module symbol versioning. For starters, try to recompile from scratch, after making sure to have run 'make mrproper' on the source tree[1]. If that doesn't work, try turning off module versioning support. Hope this helps, Muli. [1] make mrproper *will* remove your .config file. Make sure to have a copy of it out of your source tree! -- Muli Ben-Yehuda http://www.mulix.org/ [EMAIL PROTECTED]:~$ sctrace strace /bin/foo http://syscalltrack.sf.net/ Quis custodes ipsos custodiet? ================================================================= 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]
