Date: Wed, 28 Oct 1998 17:49:20 +0200 (WET) From: Andris Pavenis To: Ralph Proctor cc: djgpp AT delorie DOT com Subject: Re: GCC.EXE and G77 In-Reply-To: <3.0.1.16.19981028102130.2be714d4@shadow.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 28 Oct 1998, Ralph Proctor wrote: > No gcc.exe came in with the updated g770523b.zip so can I take it that > gcc.exe does not have to be copied over to use g77 (as before)? > > There was nothing in the "news". > > I just want to be sure. This is quite a change--I think for the better--if > the gcc.exe now does not have to be modified. > > Please confirm. > There is single configured source archive for all compilers now. It means that support of ALL languages (C,C++,Objective C and Fortran) is included in gcc.exe. As the result gcc.exe from gcc281b.zip supports Fortran and there is no more need to replace it when unpacking g770523b.zip. I also agree that so things are simplier. You can check it in very simple way: touch test.f gcc -v -c test.f Of course gcc.exe will not find f771.exe if g77 binaries are not installed, but You'll see that gcc is looking for it. Andris