README 698 B

1234567891011121314151617181920212223
  1. f2c is a Fortran-to-C converter.
  2. This package includes libf2c, which must be linked to the resulting C
  3. code.
  4. Thus the general idea is: f2c foo.f; gcc foo.c -lf2c
  5. Or use the fc script provided in the docs directory. Beware, fc is also
  6. a bash builtin.
  7. f2c used to use two separate libraries, libi77 and libf77. These are
  8. now rolled together into libf2c. Beware, libf2c carries a separate
  9. version number from f2c itself. The version number associated with the
  10. SlackBuilds package is the f2c version number.
  11. If combining with gfortran, you may want to use gfortran -ff2c. See the
  12. gfortran man page.
  13. Multiple files must be downloaded because netlib doesn't provide a
  14. convenient single tarball.