gfortran.org
PROGRAM GFORTRAN.ORG
C
C
C What is gfortran ?
C
C gfortran is the gpl fortran compiler that is part of gcc
C it is a full featured (pretty much) F95 compiler that is
C the replacement for g77.
C
C How to get it:
C
C Check with your OS distributer. The popular Linux distributions
C all have gfortran available on either the installation media or via
C the update repository. If that fails,check with gfortran wiki
C to obtain binaries for other operating systems.
C
C And of course source for gfortran is always available for those who
C like to compile from source.
C
C What happened to g77 ?
C gcc made a major change to internal data structures between gcc3.X
C and gcc4.X. No volunteers stepped up to transition g77 into the
C future, while an F95 compiler based on gcc4.X was in work.
C
C Thus g77 is gone; it is only in versions of gcc.LE.3
C Most g77 code should run under gfortran with minimal or no change.
END !
On this site