SPRUI04F july 2015 – april 2023
The linker uses the C6X_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) | C6X_C_DIR=" pathname1 ;pathname2 ;..."; export C6X_C_DIR |
Windows | set C6X_C_DIR= pathname1 ;pathname2 ;... |
The pathnames are directories that contain input files. The pathnames must follow these constraints:
set C6X_C_DIR=c:\path\one\to\tools ; c:\path\two\to\tools
set C6X_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) |
|
Windows |
|