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:
set C7X_C_DIR=c:\path\one\to\tools ; c:\path\two\to\tools
set C7X_C_DIR=c:\first path\to\tools;d:\second path\to\tools
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=
|