[comp.lang.fortran] f2c for DOS based systems

CES8@psuvm.psu.edu (02/23/91)

     I would like to get f2c for my IBM. Has anyone compiled f2c under DOS?
FYI, I am using an IBM PS/2 and MS FORTRAN version 5.0.

     Please reply via E-Mail. Thanks!

     C.E. Soares     CES8@psuvm.psu.edu

WK02@NS.CC.LEHIGH.EDU (Wenfu Ku) (03/01/91)

I have ported f2c to DOS sucessfully. I used it to convert linpack
package to C without any problem. It also needs libf77 and libi77
library. You will need to compile them by yourself. The converted C
code is not easy to read and maintain.
W. Ku