Environment Variables

Use the LIB and PATH environment variables that enable the compiler to search for libraries or INCLUDE files. You can establish these variables in the startup file for your command shell. You can use the env command to determine what environment variables you already have set.

The following variables are relevant to your compilation environment.

LIB

Specifies the directory path for the math libraries.

PATH

Specifies the directory path for the compiler executable files.

INCLUDE

Specifies the directory path for the include files.

TMP

Specifies the directory in which to store temporary files. If the directory specified by TMP does not exist, the compiler places the temporary files in the current directory.