[CMake] CMake with CPack - unresolved libraries

2010-10-25 Thread Marcin Czenko
Hello everybody. I need your help to solve the following problem. The installed version of CMake is: 2.8.0. The installed version of CPack is: 2.8.0. I am running on Ubuntu LTS 10.04. I have a CMake project. The output of the project is an executable. The executable depends on a number of sha

Re: [CMake] CMake with CPack - unresolved libraries

2010-10-25 Thread marcin . czenko
> You may try to use full RPATH: > http://www.cmake.org/Wiki/CMake_RPATH_handling > > However I have 2 questions: > > 1) Is your ldd test done AFTER installing the .deb ? > > 2) Does the "not found" libraries belong to your CMake-handled project or > to third party libraries? Hi Eric, Tha

Re: [CMake] CMake with CPack - unresolved libraries

2010-10-26 Thread Marcin Czenko
Hi Eric, I checked the link you sent me. It explains everything. Everything works perfectly now. Thanks for your help. Kind Regards, Marcin On 10/25/2010 10:35 PM, marcin.cze...@sioux.eu wrote: You may try to use full RPATH: http://www.cmake.org/Wiki/CMake_RPATH_handling However I have