There were recent bug fixes pushed to CMake &#39;next&#39; (and I believe now to &#39;master&#39; as well) to address the &quot;<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">headerpad_max_install_names&quot; portion of this discussion. It should be passed with &quot;-Wl,&quot; now so that it passes through to the linker on the Mac.</span><br>
<br><div>This particular error should go away if you use a nightly dev build of CMake.</div><div><br></div><div>Try that and let us know if you get farther with nightly cmake.</div><div><br></div><div><br></div><div>Thanks,</div>
<div>David</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 5:34 PM, Richard Wackerbarth <span dir="ltr">&lt;<a href="mailto:richard@nfsnet.org">richard@nfsnet.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Dec 22, 2010, at 3:24 PM, Bill Hoffman wrote:<br>
<br>
&gt; So, Darwin-icc.cmake is for the Intel compiler on the Mac.  The intel compiler does not want and can not have the -Wl, syntax. These modules need to be updated to the new way of handling compilers.<br>
<br>
</div>If you will point me toward an example of &quot;the new way&quot;, I will try to generate some patches for your review.<br>
<br>
BTW, I been looking at some of this code in order to get ObjC to compile correctly with different SDKs.<br>
<br>
In doing so, it appears that the cmSystemTools::FileFormat routines are no longer used anywhere.<br>
If I am correct, that code should be purged in order to minimize confusion.<br>
<br>