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 TRU

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:

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() comma

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

2011-04-11 Thread Michael Hertling
11 12:29 PM > To: David Aiken > Cc: cmake@cmake.org > Subject: Re: [CMake] embedded path in shared library linked into another > shared library > > 2011/4/11 David Aiken : >> Hi all.. >> >> >> >> I'm using cmake 2.8.4 on Centos 5.2. I build a lib

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

2011-04-11 Thread David Aiken
ild and install shared library. -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 into another shared library 2011/4/11 David A

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

2011-04-11 Thread Alexander Neundorf
On Monday 11 April 2011, David Aiken wrote: > 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 relat

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

2011-04-11 Thread Eric Noulard
2011/4/11 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 lib

[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 ins