&gt; TARGET_LINK_LIBRARIES(${CurrentExe} -framework Cocoa -framework Carbon)<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;<br>
&gt;&nbsp;&nbsp;seems to return this error:<br>&gt;<br>&gt; /usr/bin/ld: can&#39;t locate framework for: -framework -lCocoa<br>&gt;<br>&gt; is there something I need to do before that?<br>&gt; dave<br>Sorry....&nbsp;&nbsp;put them in double quotes.
<br><br>&quot;-framework Cocoa&quot; &quot;-framework Carbon&quot; should work.<br><br>-Bill</blockquote><div><br></div></div>that also returns the same error.<br>dave<br>