"undeclared symbols in net/netsyms.c" is a non-problem

W. Friess (Wolfgang.Friess@dlr.de)
Wed, 3 Apr 1996 16:17:50 +0200


> Compiling the distribution kernel leads to error messages about
> undeclared symbols in net/netsyms.c:
>
> netsyms.c:65: `sock_setsockopt' undeclared here (not in a function)
> netsyms.c:65: initializer element for `net_syms.symbol[3].addr' is not constant
> etc.

Problem was due to foolish configuration: Somewhere around 1.3.77
CONFIG_INET got lost in my .config file. Now everything works.
I apologize for reporting such stupid errors!

Wolfgang