USELIBPATH: Using LIBPATH Environment Variable

Tools

Compiler, Linker, or Debugger

Synonym

None

Syntax
  USELIBPATH=(OFF|ON|NO|YES) 
  
Arguments

ON, YES: The environment variable LIBRARYPATH is used by the Compiler to look for system header files <*.h>.

NO, OFF: The environment variable LIBRARYPATH is not used by the Compiler.

Default

ON

Description

This environment variable allows a flexible usage of the LIBRARYPATH environment variable as the LIBRARYPATH variable might be used by other software (e.g., version management PVCS).

Example

USELIBPATH=ON

See also

LIBRARYPATH: `include <File>' Path environment variable