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
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
