Subject: Compiling Problems
To: None <current-users@netbsd.org>
From: C Kane <ckane@best.com>
List: current-users
Date: 02/04/1999 15:51:33
Hello.
I do "cd /usr/src; make UPDATE=1 build" to recompile all of NetBSD
after a sup. Is this the right thing to do? It seems to occasionally
do the wrong thing.
Today I get an error message:
----------------------------------------------
making sure the kern library is up to date...
cc -O2 -Wall -Werror -I/usr/netbsd-current/src/sys/lib/libkern/arch/i386 -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART -nostdinc -I/usr/netbsd-current/src/sys/arch/i386/stand/biosboot -I/usr/netbsd-current/src/sys/arch/i386/stand/biosboot/../../../../ -I/usr/netbsd-current/src/sys/arch/i386/stand/biosboot/../../../..//arch/i386/stand/lib -I/usr/netbsd-current/src/sys/arch/i386/stand/biosboot/../../../..//lib/libsa -D_STANDALONE -c /usr/netbsd-current/src/sys/lib/libkern/md5c.c
/usr/netbsd-current/src/sys/lib/libkern/md5c.c:33: namespace.h: No such file or directory
*** Error code 1
Stop.
----------------------------------------------
There is a namespace.h in usr.sbin/bind/include/namespace.h and another in
lib/libc/include/namespace.h, but none in the specified directories above.
Thanks..
-- Chuck