On Sat, Jul 21, 2001 at 12:12:29PM -0600, Greg Satz wrote: > The problem I ran into was making NFS as a kernel module. The resulting > sunrpc.o module crashed when insmod was run over it. Ralf's fix that all > compiles and links use -G 0 worked for me. In that case, it is no linker bug. I believe -G 0 is required for mips kernel modules. H.J.