Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <019a01c2ca1e$1cb68af0$78d96f83@pomello>
From: "Max Bowsher" <maxb@ukf.net>
To: "Christos Dritsas" <cgd@sonic.net>
Cc: <cygwin@cygwin.com>
References: <3E3C040C.7000204@sonic.net> <014001c2ca17$d42f8da0$78d96f83@pomello> <3E3C04EA.7060308@sonic.net> <015a01c2ca19$e6fd5370$78d96f83@pomello> <3E3C0B71.7020907@sonic.net>
Subject: Re: Cygwin Compile of NetBSD 1.6
Date: Sat, 1 Feb 2003 18:16:59 -0000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

> Max Bowsher wrote:
>> The output you posted looks like a standard autoconf-type configure.
>> I think that the config.log should be created in the current working
>> directory when configure is executed. I can't imagine how it could
>> not be created. This build.sh doesn't locate the temporary build
>> stuff in /tmp, or somewhere, does it?

Christos Dritsas wrote:
> Not too sure, here is the relevent code from the build.sh script
> though: 
> 
> # Build bootstrap nbmake if needed.
> if $do_rebuildmake; then
>     $runcmd echo "===> Bootstrapping nbmake"
>     tmpdir="${TMPDIR-/tmp}/nbbuild$$"

Aha. It does put it elsewhere.

> 
>     $runcmd mkdir "$tmpdir" || bomb "cannot mkdir: $tmpdir"
>     trap "cd /; rm -r -f \"$tmpdir\"" 0

And it removes it all when the script exits.

> I did also look for the config.log under $TOP/tools/make/ but found
> nothing.

Now you know why.


Max.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

