<br>Thanks for the advice !<br><br>Cheers,<br><br><div class="gmail_quote">2010/5/19 Alexander Neundorf <span dir="ltr">&lt;<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Tuesday 18 May 2010, Lucian Goron wrote:<br>
&gt; this is my problem.. it tells me that it can not find the levmar package:<br>
&gt;<br>
&gt; lucian@schwarz:~/work/ransac$ make<br>
&gt; Linking CXX executable TestAcquireGPS<br>
&gt; /usr/bin/ld: cannot find -llevmar<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make[2]: *** [TestAcquireGPS] Error 1<br>
&gt; make[1]: *** [CMakeFiles/TestAcquireGPS.dir/all] Error 2<br>
&gt; make: *** [all] Error 2<br>
&gt; lucian@schwarz:~/work/ransac$<br>
&gt;<br>
&gt; but, in my CMakeLists.txt file I have the following lines:<br>
&gt;<br>
&gt; INCLUDE_DIRECTORIES (../common/levmar)<br>
&gt; LINK_DIRECTORIES (../../common/levmar)<br>
<br>
</div>In cmake &lt; 2.8.1, relative paths in LINK_DIRECTORIES() are interpreted as<br>
relative to CMAKE_CURRENT_BUILD_DIR, while relative paths in<br>
include_directories() are interpreted as relative to<br>
CMAKE_CURRENT_SOURCE_DIR.<br>
Since cmake 2.8.1 there is the cmake policy CMP0015 which controls this<br>
behaviour, if set to NEW, also in LINK_DIRECTORIES() relative paths are<br>
treated as relative to CMAKE_CURRENT_SOURCE_DIR.<br>
<br>
But as Michael wrote, prefer to use the full path to the library.<br>
<br>
Alex<br>
</blockquote></div><br><br clear="all"><br>-- <br>MSc., Eng. Lucian GORON, PhD. Student<br>Robotic Research Group, Technical University of Cluj-Napoca<br>71-73 Dorobantilor Street, Room C24, 400609 Cluj-Napoca, Romania<br>
0040 264 401267 (office), 0040 727 361624 (mobile)<br><a href="mailto:lucian.goron@aut.utcluj.ro">lucian.goron@aut.utcluj.ro</a><br><a href="http://rrg.utcluj.ro">rrg.utcluj.ro</a><br>