Setting the search path environment variable for shared libraries

René J.V. Bertin rjvbertin at gmail.com
Tue Jun 30 10:21:33 BST 2020


On Monday June 29 2020 23:12:52 Steve the Fiddle wrote:

>Thanks for the suggestion, but I'd already tried this and it didn't fix the
>problem. As we have only recently switched to cmake (from automake), it's
>possible that the CMakeLists.txt may not be quite right for building this
>way, so I've contacted the developer that wrote the CMakeLists.txt.
>

I know, I've helped out with the transition. I had no need to test this aspect though, so I didn't.

An obvious reason why this would fail to work for some reason is if the CMake files try to set rpath-related things themselves. That can indeed be very tricky, as obviously you cannot know everything any user might want to do in this context.

R.


More information about the KDevelop mailing list