Re: Strange problems linking 2.1.119 without TCP/IP

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 1 Sep 1998 14:56:19 +0100 (BST)


> [root@kufel linux]# nm net/network.a|grep eth_header
> 00000000 T eth_header
> 000002f0 T eth_header_cache
> 00000380 T eth_header_cache_update
> 000002d0 T eth_header_parse
>
> Also replacing "net/network.a" in Makefile directly by
> "net/socket.o net/protocols.o net/core/core.o net/ethernet/ethernet.o \
> net/sched/sched.o net/802/802.o net/unix/unix.o"
> i.e. all object files it should include, causes that errors disappear.
>
> Can anybody explain that ?

Yep. It didnt need those symbols when it passed that library module, it needed
them later. In the library case that means they dont get found.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html