[CMake] cmake linking issue
Hendrik Sattler
post at hendrik-sattler.de
Wed Oct 7 14:01:54 EDT 2009
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
More information about the CMake
mailing list