Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
makefile では、このようにリンカに rpath を渡しています
-Wl,-rpath,/absolute_path_to_folder_with_lib
すべてが機能しますが、私がそうするとき
-Wl,-rpath,~/symlink
どこで ~/symlink -> /absolute_path_to_folder_with_lib ライブラリがロードされていません rpath の値をシンボリック リンクにできますか?