<br><br><div class="gmail_quote">On Wed, Oct 14, 2009 at 11:31 AM, Clinton Stimpson <span dir="ltr">&lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I&#39;ve found there&#39;s an xcode setting for this, but CMake doesn&#39;t put it in the<br>
generated xcode project.<br>
There&#39;s already a thing in the bug tracker for this.<br>
That would be ideal, instead of a method that requires root access and changes<br>
every xcode session. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Thanks,<br>
Clint<br>
<br>
On Wednesday 14 October 2009 08:23:10 am Michael Jackson wrote:<br>
&gt; Not sure how much of a help this is but I have the following in<br>
&gt; my .bash_profile<br>
&gt;<br>
&gt; function gcc_select()<br>
&gt; {<br>
&gt;    echo &quot;Changing GCC Version to $1&quot;<br>
&gt;    cd /usr/bin<br>
&gt;    sudo ln -Fs c++-${1} c++<br>
&gt;    sudo ln -Fs gcc-${1} cc<br>
&gt;    sudo ln -Fs g++-${1} g++<br>
&gt;    sudo ln -Fs gcc-${1} gcc<br>
&gt;    sudo ln -Fs gcov-${1} gcov<br>
&gt; }<br>
&gt;<br>
&gt; #gcc_select 4.2<br>
&gt; echo &quot;Use &#39;gcc_select [4.0 | 4.2 ] to set GCC to your desired Version&quot;<br>
&gt;<br>
&gt; which lets me select which gcc gets used. I set this before I run any<br>
&gt; CMake commands in a clean build directory and CMake seems to set the<br>
&gt; correct GCC version in the Xcode projects. OS X 10.5.8 Intel.<br></blockquote><div><br>GCC does have the -V option that tells the compiler driver which version of the backend executables (cc1/...) to use.<br><br>--Lucas <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; _________________________________________________________<br>
&gt; Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
&gt; BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; Principal Software Engineer                  Dayton, Ohio<br>
&gt;<br>
&gt; On Oct 13, 2009, at 6:12 PM, Clinton Stimpson wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; What&#39;s the right way to specify which gcc compiler to use with xcode/<br>
&gt; &gt; cmake ?<br>
&gt; &gt; It looks like if one specifies g++-4.0 in cmake-gui, xcode doesn&#39;t<br>
&gt; &gt; use that<br>
&gt; &gt; compiler.<br>
&gt; &gt;<br>
&gt; &gt; Clint<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt; &gt;<br>
&gt; &gt; Visit other Kitware open-source projects at<br>
&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt; &gt;<br>
&gt; &gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; &gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt; &gt;<br>
&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>