home *** CD-ROM | disk | FTP | other *** search
- This is a port of f2c a Fortran to C convertor.
- Put f2c in your library directory.
- Put your Fortran file in a directory called 'f'.
- Make a directory called 'c' at the same level.
- Type 'f2c -A f.foobar' and your off.
-
- When compiling the C with Acorn C add F: to the header path and link with
- 'C:o.stubs' and 'F:o.f2c_lib'.
- When compiling with gcc add F: to the header path and link with 'unix:unixlib',
- 'gcc:o.gcc' and 'F:o.f2c_gcc'.
-
- Some original documentation is in the 'Original' directory.
- The full original source is available by ftp from netlib.att.com.
-
- Scott Ashcroft
- Dept. Computing & Elec. Eng.
- Heriot-Watt University
- Riccarton
- EDINBURGH
- EH14 2AS
-
- Email: ashcroft@cee.hw.ac.uk
-
- 01/02/95 (Arc Version 0.52)
-