home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6426 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.1 KB  |  30 lines

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