Date: Tue, 8 Apr 1997 21:33:00 -0400 Message-Id: <199704090133.VAA18134@delorie.com> From: DJ Delorie To: dpinson AT materials DOT unsw DOT edu DOT au CC: djgpp AT delorie DOT com In-reply-to: <5i1lhe$4ml$1@mirv.unsw.edu.au> (dpinson@materials.unsw.edu.au) Subject: Re: gcc 2.7.2.2 > One question, G77 0.5.20 seems say it requires GCC.2.7.2.2. > I've not tried to make it with DJGPP GCC 2.7.2.1 but this > would suggest I need to wait. g77 needs to be built ON TOP OF gcc sources. Even if I built gcc 2.7.2.2, it wouldn't help you, because you'd have to get gcc 2.7.2.2 sources, apply the g77 sources and patches, and build gcc itself (which would then support g77 as well).