From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22899 invoked by alias); 4 Nov 2002 17:44:02 -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 22887 invoked from network); 4 Nov 2002 17:44:01 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Nov 2002 17:44:01 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gA4HLZw26570 for ; Mon, 4 Nov 2002 12:21:35 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA4Hi0f19879; Mon, 4 Nov 2002 12:44:00 -0500 Received: from lindt.uglyboxes.com (vpn50-62.rdu.redhat.com [172.16.50.62]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA4HhwT29197; Mon, 4 Nov 2002 12:43:59 -0500 Date: Mon, 04 Nov 2002 09:44:00 -0000 From: Keith Seitz X-X-Sender: keiths@lindt.uglyboxes.com To: Johan Kruger cc: "'insight@sources.redhat.com'" Subject: Re: Insight Build Problems on CYGWIN In-Reply-To: <01C27F3C.5F1F7E60@JOHAN-SRV> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00071.txt.bz2 On Tue, 29 Oct 2002, Johan Kruger wrote: > Can someone please supply a patch file for download to replace the files > as mentioned. The error is pretty explicit: you're configuring an already configured source tree. As always, I strongly advise against using the source directory as a build directory. Here's what you'll need to do: The first thing to do is eradicate all the build junk from your sources. You can either delete the source tree and unpack the tarball again, or run "make distclean". >From shell: $ ls src/ $ mkdir cygwin; cd cygwin $ ../src/configure --prefix=INSTALLDIR \ --exec-prefix=INSTALLDIR/H-i686-pc-cygwin $ make $ make install This will install the toolchain into INSTALLDIR (with the cygwin-specific files in INSTALLDIR/H-i686-pc-cygwin). > I can not build Insight at all, I attach a file with the error in. More accurately: you cannot build dejagnu. ;-) Keith