[CMake] cmake linking issue

Hendrik Sattler post at hendrik-sattler.de
Wed Oct 7 15:43:39 EDT 2009


Am Mittwoch 07 Oktober 2009 20:54:39 schrieb Timothy Chan:
> 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?

You don't seem to know about programming in C or C++. There is a difference 
between the header/include files and the library.
You can use "nm -CD <library-file>" to see the function symbols that a library 
file offers.

HS


More information about the CMake mailing list