Subject: Re: Weird build failure...
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 03/02/2003 16:01:19
In message <Pine.OSX.4.53.0303021400100.19407@lesleyanne.i8u.org>, Hisashi T Fu
jinaka writes:
>Yup. That's one of the ones I get too.
>
>But if you go to the directory and build it directly, things work. I
>think some of the makefiles are broken.

Huh.  It looks to me like the killer is the -nostdinc; this is happening
before iostream.h has been copied into $DESTDIR, but we're trying to use only
the include files in $DESTDIR.  Hmm.

-s