Thank you very much, it works fine now :D.<div><br></div><div>I&#39;ve missed this step :/<br><br><div class="gmail_quote">2012/1/18 Rolf Eike Beer <span dir="ltr">&lt;<a href="mailto:eike@sf-mail.de">eike@sf-mail.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m new with CMake and for a project I try to build and install a program.<br>
&gt; I&#39;ve done some research on the forum and try what have found but nothing<br>
&gt; seems to work :/.<br>
<br>
</div>[...]<br>
<div class="im"><br>
&gt; The build works fine and if I launch manager on the bin directory from the<br>
&gt; build tree, there is no problem. However, when I use make install, all the<br>
&gt; files are correctly installed /usr/local/lib and /usr/local/bin but I<br>
&gt; can&#39;t<br>
&gt; launch Manager exectuable. A message informs me that the executable can&#39;t<br>
&gt; find BaseLib.so.<br>
&gt;<br>
&gt; I don&#39;t know where my error is :/.<br>
<br>
</div>export LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}<br>
<span class="HOEnZb"><font color="#888888"><br>
Eike<br>
</font></span><div class="HOEnZb"><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></div>