home *** CD-ROM | disk | FTP | other *** search
-
- This is the f2c binary and libf2c library compiled for Rhapsody. Someone
- asked me for this, so here it is in initial glory. The functionality is
- for converting Fortran to C, especially usefull for g77 users who don't
- have g77 yet on Rhapsody.
-
- a quick howto on f2c and libf2c:
-
- enter the src directory and type "make" there to compile f2c.
- For libf2c, you must enter in turn libF77 and libI77 directories, typing "make"
- there to generate those two libraries. To create libf2c, enter these lines:
-
- ar ruv libf2c.a libF77/*.o libI77/*.o
- ranlib libf2c.a
-
- Do this from this current directory. For most purposes, the end user/developer
- would use "f2c" and "libf2c.a", both of which should be put in /usr/local
- respectively in "bin" and in "lib".
-
- These were compiled for others to use, but since I neither know nor use
- Fortran, these are completely untested by myself. I presume that if nothing
- else, this is a good starting point.
-
- - Joe Little
- jlittle@cis.stanford.edu
-