Great thanks, I will try that. However, I was able to find all the functions that are referenced in the files contained in /usr/local/include/ode/. So if cmake is able to find the libs, shouldn&#39;t it be able to find the functions? Or does it not know which files to look at in the ode directory?<br>
<br><div class="gmail_quote">On Wed, Oct 7, 2009 at 11:01 AM, Hendrik Sattler <span dir="ltr">&lt;<a href="mailto:post@hendrik-sattler.de">post@hendrik-sattler.de</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;">
Am Mittwoch 07 Oktober 2009 17:38:03 schrieb Timothy Chan:<br>
<div class="im">&gt; Hi, I tried running it in verbose mode. I&#39;m not fully understanding what is<br>
&gt; written below but because there is nothing after -lode it makes me suspect<br>
&gt; that it does not know where ode is. Also, because there is nothing after<br>
&gt; -lboost_thread and -lboost_signals, and there is a referencing error to<br>
&gt;  both of these, I suspect that it also does not know where these reside.<br>
&gt;  Any suggestions?<br>
<br>
</div>Try with versions of boost and ode that are older (the version that the code<br>
was written for).<br>
The linker doesn&#39;t complain about not finding the libs, they just don&#39;t provide<br>
the exact functions that you need.<br>
<font color="#888888"><br>
HS<br>
</font></blockquote></div><br>