home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FTNCHK32.ZIP / README.OS2 < prev    next >
Text File  |  1993-02-17  |  2KB  |  35 lines

  1.    README file for OS2 version of Ftnchek Version 2.6.1
  2.  
  3.   FTNCHEK (short for FORTRAN checker) is a freeware program designed
  4. to detect certain errors (mostly semantic) in FORTRAN program that
  5. compiler usually does not. It provides many features of the comercial
  6. product FLINT - for free.
  7.  
  8.   FTNCHEK is written in portable C - in fact, I didn't have to change
  9. a single line of code. I have compiled FTNCHEK using emx-0.8f
  10. development environment of Eberhard Mattes in order to produce 32 bit
  11. executables for OS2 2.0 (and higher). My work consisted in producing
  12. proper make file(s) for the compilation. I have seen in OS2 news groups
  13. people not familiar with emx system (and its use of dll libraries) to
  14. ask about "emxlibs", why they need them etc. Therefore I have decided
  15. to produce two versions of makefile and two different executables:
  16.  
  17.   FTNCHEK.EXE is OS2 executable independent of any external references
  18. to emx dynamic link libraries (everything is linked in). Corresponding
  19. makefile is makefile.os2.
  20.  
  21.   FCHEKEMX.EXE is for people that want to save some disk space and
  22. (that is important) have emx dll libraries for version 0.8f installed
  23. somewhere on ther LIBPATH. It saves almost 30 Kb of disk space. If
  24. you don't know why, just disregard this paragraph and be happy with
  25. FTNCHEK.EXE. In case you know, rename FCHEKEMX.EXE to something more
  26. suitable. In both cases enjoy great work of the author.
  27.  
  28.   In case you have problems with executables and cannot recompile them
  29. yourself I will be happy to help you. My E-mail address is:
  30.    ftacnikj@fnal05.fnal.gov
  31.  
  32.                                           Jan Ftacnik
  33.  
  34. Fermi National Laboratory, 2.17.1993
  35.