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
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:
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
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
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
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
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
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