Subject: kernel compilation
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: rj45 <rj45@lart.xmission.com>
List: port-vax
Date: 07/25/2000 08:50:03
Hi,
I Still continue to have this trouble linking hte kernel

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-uninitialized -Wno-main -mno-pic
-I. -I../../../../arch -I../../../.. -nostdinc
-DNMBCLUSTERS="0x400" -DMAXTSIZ="(16*1024*1024)" -DMAXDSIZ="(128*1024*1024)" -DMAXSSIZ="(16*1024*1024)" -DLKM
-DMAXUSERS=64 -D_KERNEL  -D_VAX_INLINE_  -c vers.c
ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
cd9660_lookup.o: Undefined symbol `_strncasecmp' referenced from text
segment
*** Error code 1

in the cd9660_lookup.o object.

I just deleted all my compile/MYCONF directory and rebuilt everything from
config MYCONF
cd ../compile/MYCONF
make depend
make

ans still I have this problem...  what I could do ??

thansk a lot

rj45