LD_LIBRARY_PATH vs LIBRARY_PATH

LIBRARY_PATH is
used by gcc before compilation to search for directories containing libraries that need to be linked to your program.

LD_LIBRARY_PATH is
used by your program to search for directories containing the libraries after it has been successfully compiled and linked.

上一篇:CodeForces 710F 强制在线AC自动机


下一篇:CSS3实现3D旋转相册