home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities3 / fortrantoc / ReadMe < prev   
Encoding:
Text File  |  1994-05-25  |  611 b   |  23 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 f.foobar' and your off.
  6. When compiling the C add F: to the header path and link with
  7. 'C:o.stubs' and 'F:o.f2c_lib'.
  8.  
  9. Some original documentation is in the 'Original' directory.
  10. Note: This port was completed only 15 days after the general release.
  11. Is this a record?
  12.  
  13. Scott Ashcroft
  14. Dept. Computing & Elec. Eng.
  15. Heriot-Watt University
  16. Riccarton
  17. EDINBURGH
  18. EH14 2AS
  19.  
  20. Email: ashcroft@cee.hw.ac.uk
  21.  
  22. 25/05/94 (Arc Version 0.03)
  23.