[CMake] generating gettext runtime environment on OSX Lion (.7z attachment)

2012-05-21 Thread David Aiken
The original message was held for review because the .zip attachment exceeded the 40k limit.  This is using .7z compression, which gets well under the 40k limit. Ez7z was used to generate it on OSX Lion. From: David Aiken david_ai...@yahoo.com To: cmake

[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