Bug#194196: Can't compile kernel 2.4.20

2003-05-23 Thread J.H.M. Dassen (Ray)
On Wed, May 21, 2003 at 19:43:21 +0200, Jose Antonio Salgueiro wrote: Package: gcc Version: 3.3-1 Compiling kernel 2.4.20 net/network.o(.text+0xd887): In function `rtnetlink_rcv': : undefined reference to `rtnetlink_rcv_skb' make: *** [vmlinux] Error 1 This is fixed in 2.4.21-rc3:

Bug#194196: Can't compile kernel 2.4.20

2003-05-21 Thread Derrik Pates
I have experienced this as well. It appears to be because, on line 397 of net/core/rtnetlink.c, rtnetlink_rcv_skb() is flagged as 'extern'. An analysis of the offending object file with 'nm' shows that symbol as unresolved (type U). Apparently GCC 3.3 obeys the 'extern' keyword now even if the