I'm trying to compile a 2.6.0 kernelas part of my gentoo install. I tried both the latest gentoo-dev-sources with speakup already patched in and patching it into the gentoo sources without speakup pre patched in. I get the following errors when genkernel runs make bzImage (taken from genkernel.log) drivers/built-in.o(.init.text+0x3fb1): In function `speakup_open': : undefined reference to `k_handler' drivers/built-in.o(.init.text+0x3fb6): In function `speakup_open': : undefined reference to `k_handler' drivers/built-in.o(.init.text+0x3fc5): In function `speakup_open': : undefined reference to `k_handler' drivers/built-in.o(.init.text+0x3fca): In function `speakup_open': : undefined reference to `k_handler' drivers/built-in.o(.init.text+0x3fd9): more undefined references to `k_handler' follow make: *** [vmlinux] Error 1 c -- Always borrow money from a pessimist; he doesn't expect to be paid back.