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.&nbsp; Right now it&#39;s very early and I&#39;m having problems building any of the executables using the Unix Makefile generation or the XCode generator.&nbsp; It&#39;s basically just a couple of static libraries, that need to get linked into to build the executable.&nbsp; 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.&nbsp; But it doesn&#39;t appear to try to link them in via the make files.&nbsp; I&#39;m makefile illiterate so there maybe something I&#39;m missing in them.<br>
<br>Is there anywhere I could start to try to figure out what&#39;s wrong?<br><br>-Neal <br>