[Info-vax] fortran version && Compile the main file in debug mode only
Jan-Erik Söderholm
jan-erik.soderholm at telia.com
Wed Aug 26 12:51:37 EDT 2020
Den 2020-08-26 kl. 15:38, skrev HCorte:
> Thanks Eric,
>
> with the INCLUDE '($SSDEF)' compiled without errors, just one thing why
> does it need this include is it needed because of the Compile commad
> having the /LIBRARY qualifier?
>
The include is needed since you are trying to use symbols that are
defined in that include file (well, a module in a text library, but
it could just as well been a plain file, but same concept).
As someone said, same concept as "include" in any other language,
or COPY in the case of Cobol.
It looks like you do not really know how to program in Fortran.
And as was also said, that library is searched by default, so
you do not need to name it (with /library) on the command line.
Only the INCLUDE '($SSDEF)' is really needed.
More information about the Info-vax
mailing list