[CMake] problem creating a library on mac

Marie-Christine Vallet mmvallet at ucdavis.edu
Thu Sep 27 16:10:01 EDT 2007


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



More information about the CMake mailing list