On Feb 9, 2008, at 5:38 AM, Martin Husemann wrote:
On Sat, Feb 09, 2008 at 01:55:12AM +0100, Petar Bogdanovic wrote:# cd bin/sh/ # make cleandir # make USETOOLS=no make: don't know how to make /tmp/netbsd/dst/usr/lib/crt0.o. StopMake sure you have no ./obj symlink in there (and no stale .depends) Martin
Well that still won't do it. If you also have DESTDIR set then it needs to be setup with headers, libraries, etc that a build will depend on.
i.e. the initial steps of includes, libs, etc that a complete build runs through.
Otherwise if DESTDIR isn't set it'll use the ones in /usr/include, / usr/lib, etc.
James