Enhance shared library paths. #43
Labels
Priority: Medium
third priority
Status: 1-Assigned
assigned an assignee
Type: Enhancement
request new feature
Milestone
Compile using
-Wl,-rpath='$ORIGIN'
for all shared libraries. Therefore, all libraries will find shared libraries in the same folder.Note that the executables should compile using
-Wl,-rpath='$ORIGIN:$ORIGIN/lib:$ORIGIN/../lib'
.The text was updated successfully, but these errors were encountered: