Tag

rpath

0 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 15, 2020 · Backend Development

Mastering C++ Dynamic Libraries: RPATH, LD_LIBRARY_PATH, and CMake

This article walks through building and deploying C++ shared libraries, demonstrates common pitfalls with missing dependencies, explains how to embed runtime library paths using RPATH, and shows modern CMake techniques for reliable linking on Linux systems.

C++Linuxcmake
0 likes · 11 min read
Mastering C++ Dynamic Libraries: RPATH, LD_LIBRARY_PATH, and CMake