2.1.84 won't compile with minimal configuration

Trevor Johnson (trevor@jpj.net)
Sat, 31 Jan 1998 06:51:43 -0800 (PST)


I tried configuring 2.1.84 with

CONFIG_M386=y
CONFIG_PARIDE_PARPORT=y
CONFIG_VGA_CONSOLE=y

and all other configuration options turned off. Linking failed with the
same errors I got from 2.1.80 and pre-2.1.81-1:

kernel/kernel.o: In function `show_task':
kernel/kernel.o(.text+0x35bd): undefined reference to `render_sigset_t'
kernel/kernel.o(.text+0x35cd): undefined reference to `render_sigset_t'
net/network.a(core.o): In function `sock_setsockopt':
core.o(.text+0x292): undefined reference to `dev_get'
core.o(.text+0x2c9): undefined reference to `ip_route_output'
net/network.a(core.o): In function `neigh_compat_output':
core.o(.text+0x33f2): undefined reference to `dev_queue_xmit'
make: *** [vmlinux] Error 1
491.140u 37.340s 9:21.29 94.1% 0+0k 0+0io 172070pf+0w

I also got a compilation warning:

tty_io.c:1934: warning: `dev_console_driver' defined but not used
___
Trevor Johnson