Mail Archives: djgpp-workers/2002/08/26/06:58:45
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)
- Raw text -