<br>this is my problem.. it tells me that it can not find the <font size="1"><span style="font-family: courier new,monospace;">levmar</span></font> package:<br><br><font style="font-family: courier new,monospace;" size="1">lucian@schwarz:~/work/ransac$ make<br>
Linking CXX executable TestAcquireGPS<br>/usr/bin/ld: cannot find -llevmar<br>collect2: ld returned 1 exit status<br>make[2]: *** [TestAcquireGPS] Error 1<br>make[1]: *** [CMakeFiles/TestAcquireGPS.dir/all] Error 2<br>make: *** [all] Error 2<br>
lucian@schwarz:~/work/ransac$ <br></font><br>but, in my <font size="1"><span style="font-family: courier new,monospace;">CMakeLists.txt</span></font> file I have the following lines:<br><br><font size="1"><span style="font-family: courier new,monospace;">INCLUDE_DIRECTORIES (../common/levmar)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LINK_DIRECTORIES (../../common/levmar)</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ADD_EXECUTABLE (TestAcquireGPS TestAcquireGPS.cpp</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> AcquireGPS.cpp)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">TARGET_LINK_LIBRARIES (TestAcquireGPS vtkCommon vtkRendering vtkWidgets vtkHybrid vtkGraphics ann lapack levmar)</span></font><br>
<br>What am I missing ?<br>Thank you in advance !<br><br>