home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / house_ii.zip / SCR / S8.DOC < prev    next >
Text File  |  1992-05-08  |  1KB  |  25 lines

  1.  
  2.   Hints to reduce aggravation and minimize errors cont'd:
  3.   
  4.   COMPILING AND LINKING THE CODE:
  5.   Battelle used the Lahey F77L compiler to compile the code.  All the
  6.   compilation batch files are set up to use this compiler.  Note that all
  7.   compile options with a Lahey compiler are set with a convenient
  8.   auxiliary program and stored in a .FIG file.  The following settings apply:
  9.   a) all arrays < 64 K; b) protect const arguments; c) remember local
  10.   variables; and d) INTEGER*2, LOGICAL*1 default.
  11.   
  12.     The entire code can be compiled from directory \HII\FOR by
  13.   typing CMPHSEII.  You may have to edit the directories in the file
  14.   CMP.BAT to locate the pathname of your compiler and Fortran libraries.
  15.   Individual subprograms can be compiled from directory \HII\FOR by
  16.   typing CMP filename , where filename is the name of the file w/o .FOR
  17.   extension. If you compile with all debugging options and run under
  18.   the Lahey SOLD debugger, you must invoke VIDRAM ON (a QEMM utility from
  19.   Quarterdeck -- not included in this package) to provide extra RAM by
  20.   deactivating the EGA GRAPHICS RAM.
  21.    
  22.     To link, go to directory \HII and type L.  A response file, FLINK.TXT,
  23.   contains the location of all .OBJ files and the Lahey Fortran library
  24.   file.  You may have to edit the pathnames in this file.
  25.