Mail Archives: djgpp/1998/10/28/10:52:58
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
- Raw text -