When trying to compile kernel 2.3.6, the following error occurs:
make[2]: Entering directory `/opt/kernel/linux-2.3.6/net'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=586 -DEXPORT_SYMTAB -c netsyms.c
netsyms.c:380: `rtnl_wlockct' undeclared here (not in a function)
netsyms.c:380: initializer element for `__ksymtab_rtnl_wlockct.value' is not constant
make[2]: *** [netsyms.o] Error 1
make[2]: Leaving directory `/opt/kernel/linux-2.3.6/net'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/opt/kernel/linux-2.3.6/net'
make: *** [_dir_net] Error 2
marvin:/usr/src/linux #
The following networking-config-options are set:
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=m
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
[...]
#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_ETHERNET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_DLCI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
[...]
The compiler is "gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)".
My machine:
-Pentium 133
-RAM: 64 MB
-IDE
Bye,
Manfred
-- * Manfred H. Winter * Bahnhofstr. 13 * D-56457 Hergenroth * GERMANY * e-mail: mahowi@in-trier.de; mahowi@gmx.de; mahowi@gmx.net PGP Keys available at Public Key Servers: PGP 2.6.x: 0xC05BC0F5 PGP 5.0 : 0x4613B5CA- 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.tux.org/lkml/