2.6 Options for directory search
These options affect how GNU Fortran searches for files specified by the INCLUDE directive and where it searches for previously compiled modules.
It also affects the search paths used by cpp when used to preprocess Fortran source.
-
-Idir -
These affect interpretation of the
INCLUDEdirective (as well as of the#includedirective of thecpppreprocessor).Also note that the general behavior of
-IandINCLUDEis pretty much the same as of-Iwith#includein thecpppreprocessor, with regard to looking forheader.gccfiles and other such things.This path is also used to search for
.modfiles when previously compiled modules are required by aUSEstatement.See Options for Directory Search, for information on the
-Ioption. -
-Jdir -
This option specifies where to put
.modfiles for compiled modules. It is also added to the list of directories to searched by anUSEstatement.The default is the current directory.
-
-fintrinsic-modules-pathdir - This option specifies the location of pre-compiled intrinsic modules, if they are not in the default location expected by the compiler.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gfortran/Directory-Options.html