Naming One or More Alternate Directories (C7X_C_DIR)

The linker uses the C7X_C_DIR environment variable to name alternate directories that contain object libraries. The command syntaxes for assigning the environment variable are:

Operating System Enter
UNIX (Bourne shell) C7X_C_DIR="pathname1;pathname2;..."; export C7X_C_DIR
Windows set C7X_C_DIR=pathname1;pathname2;...

The pathnames are directories that contain input files. The pathnames must follow these constraints:

The environment variable remains set until you reboot the system or reset the variable by entering:

Operating System Enter
UNIX (Bourne shell) unset C7X_C_DIR
Windows set C7X_C_DIR=