Subject: Re: my first experience with -current
To: Lista de NetBSD current <list11@sepc.edu.mx>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: current-users
Date: 02/13/2002 03:07:15
> And I got this error message:
> /usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nbmkdep: not found
> 
> Similar errors occur when I try "make build" in /usr/src

You need to build new toolchain first.
Type "mkdir /usr/obj ; cd /usr/src ; ./build.sh -t"
will do it for you.
You should also read BUILDING and UPDATING in /usr/src.

Regards,
-rxg