<html>
<body>
<div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
<table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
<tr>
<td>
This is an automatically generated e-mail. To reply, visit:
<a href="http://git.reviewboard.kde.org/r/103422/">http://git.reviewboard.kde.org/r/103422/</a>
</td>
</tr>
</table>
<br />
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<p style="margin-top: 0;">On December 16th, 2011, 4:40 p.m., <b>Alexander Neundorf</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Actually this looks more like a cmake bug, the contents of CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES seem to be quite wrong.
What version of cmake are you using ?
</pre>
</blockquote>
<p>On December 16th, 2011, 4:49 p.m., <b>Felix Geyer</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">2.8.5 (with this commit cerry-picked: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=317d077f) and 2.8.6. Same output on both.
What should it look like?</pre>
</blockquote>
<p>On February 8th, 2012, 4:22 p.m., <b>Rex Dieter</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">For what it's worth, on my fedora 16 x86_64 box:
CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "/lib;/usr/lib;/usr/lib32;/usr/lib64"
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.6.2;/usr/lib64;/lib64;/usr/lib"
so that matches reasonably with felix. though, thats besides the point here, which is to avoid rpath'ing CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES items too, right?</pre>
</blockquote>
<p>On February 8th, 2012, 4:23 p.m., <b>Rex Dieter</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">oh, and using cmake-2.8.7-4.fc16.x86_64 here</pre>
</blockquote>
</blockquote>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES is static while CMAKE_{CXX,C}_IMPLICIT_LINK_DIRECTORIES are dynamic (preseeded with information from compiler). That's why it is more complete and correct.</pre>
<br />
<p>- Modestas</p>
<br />
<p>On December 16th, 2011, 8:41 a.m., Felix Geyer wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
<tr>
<td>
<div>Review request for kdelibs and Alexander Neundorf.</div>
<div>By Felix Geyer.</div>
<p style="color: grey;"><i>Updated Dec. 16, 2011, 8:41 a.m.</i></p>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Don't set an RPATH when installed into a multiarch dir (e.g. /usr/lib/x86_64-linux-gnu).
On Debian and Ubuntu /usr/lib/<arch> are system lib dirs.
On a Kubuntu 11.10 system CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES contains
/lib
/usr/lib
/usr/lib32
/usr/lib64
and CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES contains
/usr/lib/gcc/x86_64-linux-gnu/4.6.1
/usr/lib/x86_64-linux-gnu
/usr/lib
/lib/x86_64-linux-gnu
/lib
</pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">
<li>cmake/modules/FindKDE4Internal.cmake <span style="color: grey">(6d65e61)</span></li>
</ul>
<p><a href="http://git.reviewboard.kde.org/r/103422/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>