Message-ID: <002001c24d6d$49fb86b0$0100a8c0@p4> From: "Andrew Cottrell" To: , , "Mark E." References: <3D6A1F45 DOT 6288 DOT 1211B9 AT localhost> Subject: Re: GCC 3.2 DJGPP beta build error Date: Tue, 27 Aug 2002 11:58:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Andris, Thanks for this 100% correct.. Looks like I skipped/missed the relevant email when I got back from holidays. I downloaded the latest Bash 2.05b before I started building GCC on Sunday....doh!!! I will revert back to the last bash 2.05a that I have and give it a try. Thanks, Andrew P.S. I downloaded and installed all of the GCC 3.2 binary files before I started just in case. ----- Original Message ----- From: To: "Andrew Cottrell" ; Sent: Monday, August 26, 2002 7:29 PM Subject: Re: GCC 3.2 DJGPP beta build error > 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)