gfortran

Jerry DeLisle jvdelisle@verizon.net
Thu Dec 21 15:08:00 GMT 2006


Eef van Beveren wrote:
>  L.S.
>  Fedora 6 has been installed on my computer
> and with it gFortran. It is shocking to find
> all my routines, build for g77, no longer
> running. I tried to repair some. But, I found
> that it is a hopeless task. There are even
> inconsistencies with regard to backslash
> (used to be always 2 backslashes when 1 is
> needed, but now it seems to depend on how it
> called. Hence, sometimes 1 sometimes 2 and
> God knows when 1 and when 2!). Thousands of
> lines of Fortran routines nust again be
> debugged. Beyond possibility, I do not have
> time for compiler builders who are joking with
> me. Please make g77 again available!!!!!
>  Regards, Eef van Beveren
> 
There is a g77-compat package you can yum install that loads the old g77 
libraries so that yo may run previously compiled code.

However, gfortran will compile your code, if you have the original sources.  You 
simply have to recompile so tha the applications use the gfortran libarries 
rather than the g77 ones.

Let me know if you are stuck.

Jerry



More information about the Fortran mailing list