2.1.90 menuconfig script prob

linux mania (slakwar@lcjdap.soroscj.ro)
Sun, 22 Mar 1998 15:37:18 +0200 (EET)


Some problems with 2.1.90 make menuconfig

loadable module support\set version information on all symbols for modules

If I set this on, make dep dies and if I set it off it compiles perfectly
and kernel runs great ... but I need those modules and with this option
set to off I can't load the modules - complaining that kernel version is
not set on the modules that I wanna load ...

Can anyone help me with it ?

lcjdap:/usr/src/linux-2.1.90# make dep
make[1]: Entering directory `/usr/src/linux-2.1.90/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/linux-2.1.90/arch/i386/boot'
scripts/mkdep init/*.c > .depend
scripts/mkdep `find /usr/src/linux-2.1.90/include/asm
/usr/src/linux-2.1.90/include/linux /usr/src/linux-2.1.90/include/scsi
/usr/src/linux-2.1.90/include/net -follow -name \*.h ! -name modversions.h
-print` > .hdepend
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel
arch/i386/mm
arch/i386/lib; do make -C $i fastdep; done
make[1]: Entering directory `/usr/src/linux-2.1.90/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.1.90/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -E -D__GENKSYMS__ signal.c\
| /sbin/genksyms -k 2.1.90 >
/usr/src/linux-2.1.90/include/linux/modules/signal.ver.tmp
usage: genksyms [-gwqdD] directory
cpp: output pipe has been closed
make[1]: *** [/usr/src/linux-2.1.90/include/linux/modules/signal.ver]
Error 1
make[1]: Leaving directory `/usr/src/linux-2.1.90/kernel'
make: *** [dep-files] Error 2
lcjdap:/usr/src/linux-2.1.90#

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu