[CMake] Something amiss from RPATH

Alexander Neundorf a.neundorf-work at gmx.net
Mon Jun 17 14:59:50 EDT 2013


On Tuesday 11 June 2013, Vittorio Giovara wrote:
> Hi,
> I've been following the guide
> http://www.cmake.org/Wiki/CMake_RPATH_handlingfor using my libraries
> with my executable on Unix, but even with any
> combination of them doesn't change the final result:
> 
> anexe: error while loading shared libraries: libaname.so.1: cannot open
> shared object file: No such file or directory
> 
> This is running it both installed and in the build tree, even objdump -x
> anexe|grep RPATH doesn't report anything. The only way I found to make this
> work is to manually set LINK_FLAGS for each target and set -Wl,-rpath,...
> 
> What is going on? Why do all variables seem to be ignored?
> I'm using cmake 2.8.10 on ubuntu 12.04 32 bit.
> Vittorio

can you post a minimal example project which shows the problem ?

Thanks
Alex



More information about the CMake mailing list