Subject: Re: kernel params
To: rj45 <rj45@lart.xmission.com>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: port-vax
Date: 07/25/2000 14:19:26
On Tue, Jul 25, 2000 at 06:00:31AM -0600, rj45 wrote:
> ok thank you very much.
> I Tryed t orecompile it but I haev a n error on linking
> 
> ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> cd9660_lookup.o: Undefined symbol `_strncasecmp' referenced from text
> segment

something is wrong here... like, only partially updated kernel sources, or
old object files with bad datestamps or bad dependency entries in .depend.
Maybe a make clean before the make will help.

Regards,
	-is