Juan Sanchez wrote:
Could this be an issue with linker order?  Most linkers are one pass.
The library containing the undefined references should be on the linker
line before the library containing the symbols, or vice-versa (I keep
forgetting).

The symbols are part of the newly created library, and they are only reference in the executable
Do the libraries contain the symbols that they should?  Use whatever the
nm equivalent on mac os is to check.
what is nm?
Regards,

Juan


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to