The compile-time environment variables are:
FPATH
The path for include and module files.
GCCROOT
Specifies the location of the gcc binaries. Set this variable only
when the compiler cannot locate the gcc binaries when using the -gcc-name
option.
GXX_INCLUDE
The location of the gcc headers. Set this variable to specify the locations
of the GCC installed files when the compiler does not find the needed
values as specified by the use of -gcc-name=directory-name/gcc.
GXX_ROOT
The location of the gcc binaries. Set this variable to specify the
locations of the GCC installed files when the compiler does not find the
needed values as specified by the use of -gcc-name=directory-name/gcc.
IFORTCFG
The configuration file to use instead of the default configuration
file.
INTEL_LICENSE_FILE
The location of the product license file.
LD_LIBRARY_PATH (Linux*)
The path for shared (.so) library files.
DYLD_LIBRARY_PATH (Mac OS*)
The path for dynamic libraries.PATH
The path for compiler executable files.TMP,
TMPDIR, TEMP
Specifies the directory in which to store temporary files. See
Temporary Files Created
by the Compiler or Linker.