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 _______________________________________________ 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