USELIBPATH: Using LIBPATH Environment Variable

Tools

Compiler, Linker, or Debugger

Synonym

None

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

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

NO, OFF: The Compiler does not use the environment variable LIBRARYPATH.

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 (for example, version management PVCS).

Example

USELIBPATH=ON

See also

LIBRARYPATH: `include <File>' Path environment variable