GCC Linkage
gcc -print-search-dirs
gcc -print-search-dirs
tells you where GCC looks for libraries during the compilation and linking phases.
LD_LIBRARY_PATH
LD_LIBRARY_PATH
controls where the dynamic linker searches for libraries during the execution of a program.
This post is licensed under CC BY 4.0 by the author.