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't it be able to find the functions? Or does it not know which files to look at in the ode directory?
On Wed, Oct 7, 2009 at 11:01 AM, Hendrik Sattler <p...@hendrik-sattler.de>wrote: > Am Mittwoch 07 Oktober 2009 17:38:03 schrieb Timothy Chan: > > Hi, I tried running it in verbose mode. I'm not fully understanding what > is > > written below but because there is nothing after -lode it makes me > suspect > > that it does not know where ode is. Also, because there is nothing after > > -lboost_thread and -lboost_signals, and there is a referencing error to > > both of these, I suspect that it also does not know where these reside. > > Any suggestions? > > Try with versions of boost and ode that are older (the version that the > code > was written for). > The linker doesn't complain about not finding the libs, they just don't > provide > the exact functions that you need. > > HS >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake