[CMake] Unix Makefiles/XCode not linking properly on Mac

Neal Meyer nmeyer at dottedzebra.com
Thu Nov 13 19:59:39 EST 2008


I have a project that I have been working on for a while using the Visual
Studio generator in Windows, and I am now attempting to build in on Mac.
Right now it's very early and I'm having problems building any of the
executables using the Unix Makefile generation or the XCode generator.  It's
basically just a couple of static libraries, that need to get linked into to
build the executable.  I have set them up as dependencies in the CMake
files, and in XCode they show as dependencies, and the Unix builds them in
the proper order.  But it doesn't appear to try to link them in via the make
files.  I'm makefile illiterate so there maybe something I'm missing in
them.

Is there anywhere I could start to try to figure out what's wrong?

-Neal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081113/b3b25d0e/attachment.htm>


More information about the CMake mailing list