The most interesting thing is to be able to set the relative RPATH.<br><br>Is there a way to do this for a normal build, and not the install target?  I never use the install target for my project, but I&#39;d like to be able to set the relative path to my own copy of libstdc++.  All of the RPATH settings in the man page for cmake 2.4 seem to be in terms of INSTALL.<br>
<br>Thanks,<br><br>Juan<br><br><div class="gmail_quote">On Mon, Nov 23, 2009 at 3:55 PM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Mark Moll wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there any mechanism in CMake that would make it easier to create<br>
Linux binaries that run on more than one version of Linux / glibc? I<br>
am thinking of something along the lines of the support for OS X<br>
Universal Binaries in CMake or the functionality provided by apgcc in<br>
the autopackage tool (<a href="http://autopackage.org/apbuild-apgcc.php" target="_blank">http://autopackage.org/apbuild-apgcc.php</a>).<br>
<br>
</blockquote>
<br>
<br></div>
Why reinvent?<br>
<br>
This should work just as well with CMake as it does for autotools:<br>
<br>
export CC=apgcc<br>
export CXX=apg++<br>
cmake ..<br><font color="#888888">
<br>
<br>
-Bill</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>