From: pavenis AT lanet DOT lv To: "Andrew Cottrell" , djgpp-workers AT delorie DOT com Date: Mon, 26 Aug 2002 12:29:57 +0300 MIME-Version: 1.0 Subject: Re: GCC 3.2 DJGPP beta build error Message-ID: <3D6A1F45.6288.1211B9@localhost> In-reply-to: <000901c24c2d$23d3af30$0100a8c0@p4> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 25 Aug 2002 at 21:46, Andrew Cottrell wrote: > Hi, > > I't getting late and I have finally finished downloading the updates that > have been done in the last three weeks. I have downloaded the beta version > of GCC 3.2 in the v2gnu\beta directory and tried to re-build it, but I get > the the error as outlined below. > > The fist command "sh djconfig.sh" ran okay without any problems, but the > second shell command as indicated in the readme.djgpp file failed as > follows:- > > Any ideas on this one? Anyone else out there built GCC 3.2 from sources yet, > besdes Andris? I will have a look at this agian in the mornign after a good > nights sleep. > > DJGPP_204 C:\DJ204\GNU\BUILD.GCC>sh djmake.sh bootstrap > Bootstrapping the compiler > make.exe[1]: Entering directory `c:/dj204/gnu/gcc-3.2/gcc' I guess You're using last Mark's version of bash-2.0.5b. Don't do that as it's broken. Mark send a message some time ago that he has fixed some typo there, but it didn't work after that either (I guess he uploaded a source archive without a fix). I used bsh204b.zip from DJGPP distribution. The line above should be: make.exe[1]: Entering directory 'c:/dj204/gnu/build.gcc/gcc' Andris PS. Also note You need working ADA compiler to bootstrap one. ada32b.zip should be OK for WinXP (At least I hope so)