From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12841 invoked by alias); 21 May 2003 16:54:43 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 12778 invoked from network); 21 May 2003 16:54:41 -0000 Received: from unknown (HELO mcomail02.maxtor.com) (134.6.76.16) by sources.redhat.com with SMTP; 21 May 2003 16:54:41 -0000 Received: from mcoexc03.mlm.maxtor.com (localhost.localdomain [127.0.0.1]) by mcomail02.maxtor.com (8.11.6/8.11.6) with ESMTP id h4LGs0P03833 for ; Wed, 21 May 2003 10:54:01 -0600 Received: by mcoexc03.mlm.maxtor.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 May 2003 10:54:43 -0600 Message-ID: From: "Schumacher, Gordon" To: "Insight list (E-mail)" Subject: Building Insight snapshot on CygWin? Date: Wed, 21 May 2003 16:54:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003-q2/txt/msg00090.txt.bz2 I'm trying to build snapshot 20030520 of insight+dejagnu on an up-to-date CygWin system. It's aborting with an error in DejaGNU, though... here's my exact procedure. cd /usr/src tar xvfp /d/Storage/GNU/insight+dejagnu-20030520.tar.bz2 --use=bzip2 cd build/gdb /usr/src/insight+dejagnu-20030520/configure make -j4 all When I run that, I get the following: configuring in example/calc running /bin/sh /usr/src/insight+dejagnu-20030520/dejagnu/example/calc/configure --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin --cache-f ile=../../.././config.cache --srcdir=/usr/src/insight+dejagnu-20030520/dejagnu/example/calc loading cache ../../.././config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes configure: error: source directory already configured; run make distclean there first configure: error: /usr/src/insight+dejagnu-20030520/dejagnu/example/calc/configure failed for example/calc make: *** [configure-dejagnu] Error 1 Per the procedure above, I'm clearly not building within my source tree, as someone else on the list pointed out at one point. Any idea what in the world is going on here? I'm ultimately trying to build a cross-debugger, but the above happens even in native mode! I've successfully built the 5.3.0 tree, but I can't use that because of the Tcl/Tk instabilities. TIA...