PACKAGE NAME: f2c-20240504-x86_64-1_slackdce.txz PACKAGE LOCATION: ./development/f2c PACKAGE SIZE (compressed): 280 K PACKAGE SIZE (uncompressed): 650 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: f2c: f2c (a Fortran-to-C converter) f2c: f2c: by S. I. Feldman, David M. Gay, Mark W. Maimone, and N. L. Schryer f2c: f2c: From netlib. Includes libf2c. f2c: f2c: The general idea: f2c foo.f; gcc foo.c -lf2c -lm f2c: f2c: If combining with gfortran, see the -ff2c option in the gfortran man f2c: page. f2c: