Re: Setting the search path environment variable for shared libraries
René J.V. Bertin <[email protected]> Tue, 30 Jun 2020 11:21:33 +0200
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <3601263.haS59fQDRs@bola> |
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.