본문 바로가기
Programming/C & C++

Tips for C++ compiling Issues

by leanu 2013. 7. 31.

GCC

  • Fix LD_LIBRARY_PATH at compile time”-rpath <path>”    or “-Wl,-rpath,<path>”

     

General Tips

  • Check the dependency of dynamic library ( .so file )


댓글