Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-envelope-info: Message-ID: <3E3C0B71.7020907@sonic.net> Date: Sat, 01 Feb 2003 10:01:21 -0800 From: Christos Dritsas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Bowsher CC: cygwin AT cygwin DOT com Subject: Re: Cygwin Compile of NetBSD 1.6 References: <3E3C040C DOT 7000204 AT sonic DOT net> <014001c2ca17$d42f8da0$78d96f83 AT pomello> <3E3C04EA DOT 7060308 AT sonic DOT net> <015a01c2ca19$e6fd5370$78d96f83 AT pomello> In-Reply-To: <015a01c2ca19$e6fd5370$78d96f83@pomello> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Max Bowsher wrote: >Please keep replies on the mailing list. > > opps, gotta hit that cc button :) >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? > > 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$$" $runcmd mkdir "$tmpdir" || bomb "cannot mkdir: $tmpdir" trap "cd /; rm -r -f \"$tmpdir\"" 0 $runcmd cd "$tmpdir" $runcmd env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \ CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \ "$TOP/tools/make/configure" \ || bomb "configure of nbmake failed" $runcmd sh buildmake.sh || bomb "build of nbmake failed" make="$tmpdir/nbmake" $runcmd cd "$TOP" $runcmd rm -f usr.bin/make/*.o usr.bin/make/lst.lib/*.o fi I did also look for the config.log under $TOP/tools/make/ but found nothing. Thanks ~Christos -- 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/