On Mon, Jun 09, 2003 at 06:26:46PM +0000, Matthias Leopold wrote: > i tried to recompile my 2.4.20 kernel with make-kpkg (as i have > successfully done before) incorporating the xfs and ck patches. this > time the process stopped with the following error message: > > net/network.o(.text+0xe117): In function `rtnetlink_rcv': > : undefined reference to `rtnetlink_rcv_skb > > in google i found one reference to this problem (but no solution) > which linked the problem to the newly introduced gcc-3.3. how do i > avoid this?
Search the D-U archives. There have been a number of discussions recently about kernel compiling. MAKEFLAGS="CC=gcc-2.95" make-kpkg ... The above will have the effect of using gcc-2.95. -- Jamin W. Collins This is the typical unix way of doing things: you string together lots of very specific tools to accomplish larger tasks. -- Vineet Kumar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

