home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!ukma!rsg1.er.usgs.gov!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
- From: hank@ducvax.auburn.edu
- Subject: Re: let FORTRAN program run under DOS to run under OS2
- Message-ID: <1992Nov13.181701.1@ducvax.auburn.edu>
- Lines: 16
- Sender: usenet@news.duc.auburn.edu (News Account)
- Nntp-Posting-Host: ducvax
- Organization: Auburn University, AL
- References: <1992Nov13.212747.24403@cs.cornell.edu>
- Date: Fri, 13 Nov 1992 23:17:01 GMT
- Lines: 16
-
- In article <1992Nov13.212747.24403@cs.cornell.edu>, liang@cs.cornell.edu (Yu-Min Liang) writes:
- > modify a FORTRAN program originally run under DOS and make it
- > to be run in OS/2 environment?
-
- f2c (fortran-to-c) converter, followed by gcc? I've used p2c (pascal-to-c)
- in this fashion. Note that this is not for the extremely timid, but if I
- can do it...
-
- I have not used f2c. p2c is on ftp-os2.nmsu.edu, and is designed for EMX/gcc
- (also on ftp-os2 in pub/os2/2.0/programming/emx-0.8e/).
-
- One final comment: Perhaps MS Fortran produces OS/2 executables (the MSC 5.1
- thru 6.0 could, but not 7.0).
-
- --
- --Darrel Hankerson hank@ducvax.auburn.edu
-