From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13017 invoked by alias); 23 Mar 2008 04:18:28 -0000 Received: (qmail 13009 invoked by uid 22791); 23 Mar 2008 04:18:28 -0000 X-Spam-Check-By: sourceware.org Received: from smtp118.sbc.mail.sp1.yahoo.com (HELO smtp118.sbc.mail.sp1.yahoo.com) (69.147.64.91) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 23 Mar 2008 04:17:50 +0000 Received: (qmail 91952 invoked from network); 23 Mar 2008 04:17:48 -0000 Received: from unknown (HELO ?192.168.1.4?) (timothyprince@sbcglobal.net@68.125.167.8 with plain) by smtp118.sbc.mail.sp1.yahoo.com with SMTP; 23 Mar 2008 04:17:48 -0000 X-YMail-OSG: 1Vo3udsVM1m5lwYCYVtJpk37xRfMVjkehGz.BwwpxT.qbrTPGqIqc3nuDMePsPDVekcZlM9Jvw-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47E5D9EC.1010607@myrealbox.com> Date: Sun, 23 Mar 2008 04:18:00 -0000 From: Tim Prince User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: se7en_hills CC: gcc-help@gcc.gnu.org Subject: Re: Help!!! build failed for GCC-3.2.3 References: <16202260.post@talk.nabble.com> <049001c88b79$91bf0da0$b53d28e0$@net> <47E45227.801@myrealbox.com> <16222770.post@talk.nabble.com> In-Reply-To: <16222770.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00227.txt.bz2 se7en_hills wrote: > Sir, > I tried with gcc-4.1.2 to build and after i configure,it ended up showing > the following error message > > Administrator@lakshmih-588bf4 /cygdrive/c > $ cd gcc_build > > Administrator@lakshmih-588bf4 /cygdrive/c/gcc_build > $ make > cd /cygdrive/c/gcc-4.1.2 && autogen Makefile.def > /cygdrive/c/djgpp/tmp/dj100000: line 1: autogen: command not found > make.exe: *** [/cygdrive/c/gcc-4.1.2/Makefile.in] Error 127 > > The source is in C:/gcc-4.1.2 > and i created a folder named gcc_build to build. > . You must run configure in the build directory, with a suitable group of options (default is unsuitable). I don't think many people are trying 4.1 on cygwin, since apparently there is no hope of it ever inheriting cygwin specific traits. autogen not found is normal, but the build should find a working choice of tools.