> "SGJ" == Steven G Johnson <[EMAIL PROTECTED]> writes:
SGJ> Is "fc" an F95 compiler? F90? F77?
The script I'm thinking of, like `fort77', is a frontend to f2c (in
the f2c distribution) so it's f77. (I originally changed `f2c' to
`fc' but forgot to send in the change and it's since bee
Dave Love wrote:
> * aclang.m4 (AC_PROG_F77): Check for f95 and fc too.
> [...]
> m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f95 fc]))
Is "fc" an F95 compiler? F90? F77? I ask because I think all of the
Fortran 77 compilers should be checked before the F90 compilers, which
should