1.3.100 won't link

Michael Harnois (mharnois@sbt.net)
Sat, 11 May 1996 08:42:02 -0500


1.3.100 compiles merrily along for me until it gets to actually making a
kernel, at which point I get

net/network.a(socket.o): In function `sock_init':
socket.o(.text+0x1b36): undefined reference to `netlink_donothing'
socket.o(.text+0x1b3d): undefined reference to `netlink_attach'
net/network.a(ipv4.o): In function `packet_rcv':
ipv4.o(.text+0x5e93): undefined reference to `netlink_post'
make: *** [vmlinux] Error 1

Help!