Re: [CMake] embedded path in shared library linked into another shared library

2011-04-14 Thread Alexander Neundorf
On Thursday 14 April 2011, Michael Hertling wrote: On 04/13/2011 08:52 PM, Alexander Neundorf wrote: On Tuesday 12 April 2011, Michael Hertling wrote: On 04/11/2011 11:10 PM, David Aiken wrote: That didn't work for me.. I've got it simplified down to: SET(CMAKE_SKIP_RPATH TRUE) and in

Re: [CMake] embedded path in shared library linked into another shared library

2011-04-13 Thread Alexander Neundorf
On Tuesday 12 April 2011, Michael Hertling wrote: On 04/11/2011 11:10 PM, David Aiken wrote: That didn't work for me.. I've got it simplified down to: SET(CMAKE_SKIP_RPATH TRUE) and in the CMakeCache.txt I see: CMAKE_SKIP_RPATH:BOOL=NO That's not surprising as your SET() command doesn't

Re: [CMake] embedded path in shared library linked into another shared library

2011-04-13 Thread Michael Hertling
On 04/13/2011 08:52 PM, Alexander Neundorf wrote: On Tuesday 12 April 2011, Michael Hertling wrote: On 04/11/2011 11:10 PM, David Aiken wrote: That didn't work for me.. I've got it simplified down to: SET(CMAKE_SKIP_RPATH TRUE) and in the CMakeCache.txt I see: CMAKE_SKIP_RPATH:BOOL=NO

[CMake] embedded path in shared library linked into another shared library

2011-04-11 Thread David Aiken
Hi all.. I'm using cmake 2.8.4 on Centos 5.2. I build a libUtility.so and a libSecurity.so which depends on it. The utility library is located in ../../lib/libUtility.so during the build. If I do an ldd on libSecurity.so I can see this relative path for libUtility.so in both the build and

Re: [CMake] embedded path in shared library linked into another shared library

2011-04-11 Thread Eric Noulard
2011/4/11 David Aiken david.ai...@cis-vancouver.com: Hi all.. I’m using cmake 2.8.4 on Centos 5.2. I build a libUtility.so and a libSecurity.so which depends on it. The utility library is located in “../../lib/libUtility.so” during the build. If I do an ldd on libSecurity.so I can see this

Re: [CMake] embedded path in shared library linked into another shared library

2011-04-11 Thread Michael Hertling
. the RPATHs when using the CodeBlocksUnixMakefiles generator? Regards, Michael -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Monday, April 11, 2011 12:29 PM To: David Aiken Cc: cmake@cmake.org Subject: Re: [CMake] embedded path in shared library linked