i've been incapable of compiling a kernel for almost a month now; linking always fails: drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols in discarded section .text.exit' drivers/net/net.o(.data+0x154): undefined reference to `local symbols in discarded section .text.exit' make: *** [vmlinux] Error 1 i understand the problem is some kind of technical detail where the kernel linking stage relied on the linker being too forgiving about something. i've read the details on google, but don't fully understand the problem. anyway, the issue is, i'd like to recompile my kernel. is there a fix for this problem other than downgrading my linker? pete -- The mathematics [of physics] has become ever more abstract, rather than more complicated. The mind of God appears to be abstract but not complicated. He also appears to like group theory. -- Tony Zee's `Fearful Symmetry' PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D -- 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/