<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 22, 2015 at 1:30 PM, Brandon Allbery <span dir="ltr">&lt;<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Entirely normal. Note that they are not available as &quot;gcc&quot; by default; instead there will be e.g. /opt/local/bin/gcc-mp-4.7.</div><div><br></div><div>&quot;gcc&quot; will by default be /usr/bin/gcc which, depending on what version of Xcode or Command Line Tools is present, is either an ancient llvm-gcc-4.2 or a wrapper for Clang. Also note that most ports will default to using Xcode&#39;s clang directly on a recent (10.8 and up, and at least some 10.7 depending on Xcode version) system.</div></div></div></div></blockquote><div><br></div><div>I shoudl mention here that if you need &quot;gcc&quot; to be a different version in order to build something outside of MacPorts, you should use &quot;port select&quot;:</div><div><br></div><div>    $ port select --list gcc</div><div>    (list of available selections here)</div><div>    $ sudo port select --set gcc mp-gcc49 # (or other version as available from above list)</div><div><br></div></div><div class="gmail_signature"><div dir="ltr"></div></div>
</div></div>