home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / f2c / ReadMe < prev   
Text File  |  1995-01-31  |  717b  |  25 lines

  1. This is a port of f2c a Fortran to C convertor.
  2. Put f2c in your library directory.
  3. Put your Fortran file in a directory called 'f'.
  4. Make a directory called 'c' at the same level.
  5. Type 'f2c -A f.foobar' and your off.
  6.  
  7. When compiling the C with Acorn C add F: to the header path and link with
  8. 'C:o.stubs' and 'F:o.f2c_lib'.
  9. When compiling with gcc add F: to the header path and link with 'unix:unixlib',
  10. 'gcc:o.gcc' and 'F:o.f2c_gcc'.
  11.  
  12. Some original documentation is in the 'Original' directory.
  13. The full original source is available by ftp from netlib.att.com.
  14.  
  15. Scott Ashcroft
  16. Dept. Computing & Elec. Eng.
  17. Heriot-Watt University
  18. Riccarton
  19. EDINBURGH
  20. EH14 2AS
  21.  
  22. Email: ashcroft@cee.hw.ac.uk
  23.  
  24. 01/02/95 (Arc Version 0.52)
  25.