James Chapman wrote:
Toralf Förster wrote:
drivers/built-in.o: In function `pppol2tp_getsockopt':
pppol2tp.c:(.text+0x454dd): undefined reference to `udp_prot'
drivers/built-in.o: In function `pppol2tp_setsockopt':
pppol2tp.c:(.text+0x46771): undefined reference to `udp_prot'
drivers/built-in.o: In function `pppol2tp_sendmsg':
pppol2tp.c:(.text+0x4753d): undefined reference to `ip_queue_xmit'
drivers/built-in.o: In function `pppol2tp_xmit':
pppol2tp.c:(.text+0x47a64): undefined reference to `ip_queue_xmit'
make: *** [.tmp_vmlinux1] Error 1
I don't understand how udp_prot or ip_queue_xmit could ever be
undefined. 2.6.23-rc1 builds just fine for me. Is this the standard
kernel from kernel.org?
I realize now that your config doesn't have any IP networking because
CONFIG_INET isn't set. CONFIG_PPPOL2TP needs CONFIG_INET but doesn't
call it out in a Kconfig dependency. I'll fix that.
Thanks for pointing this out.
--
James Chapman
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html