e...@cs.bgu.ac.il wrote:


Where are the symbols defined that you are not finding?

Also, please try make VERBOSE=1 to see the link line being used. Also, you will want to use nm and grep to find out where the symbols should be found.

-Bill



Still lost....

You don't need this:
add_dependencies (AgathaHud AgathaUtils AgathaEngine AgathaThreads)


Because you have this:
#need to link to some other libraries
TARGET_LINK_LIBRARIES(AgathaHud AgathaUtils AgathaEngine AgathaThreads)

Now, what goes wrong when you do the above? If you have missing symbols what libraries are they defined in?


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

Reply via email to