LIBRARY_PATH
GCC and Clang search each path in LIBRARY_PATH for shared objects and archives.
These are used at compile time when linking your C/C++ program.
LIBRARY_PATH is organized as a colon-separated list.
LIBRARY_PATHGCC and Clang search each path in LIBRARY_PATH for shared objects and archives.
These are used at compile time when linking your C/C++ program.
LIBRARY_PATH is organized as a colon-separated list.