<div dir="ltr">To those unfortunate souls who updated to OS X 10.9<div>The standard compiler that comes with with xcode 5 is clang and it will give you a ton of troubles.</div><div><br></div><div>To fix this (the easiest way) install gnu gcc from Macports. That has received an update for 10.9.</div>
<div><br></div><div><a href="http://www.macports.org/install.php">http://www.macports.org/install.php</a><br></div><div><br></div><div>Be cautious I have heard that Homebrew and Macports does not work very well together.</div>
<div><br></div><div>Then type the following into the terminal: </div><div>sudo port install gcc48 (or the gcc version number you prefer)</div><div><br></div><div>It will probably give you a few errors. Simply do a port install on all the dependancies.</div>
<div><br></div><div>In the end it will give you a "gcc-mp-[version]" binary in  /usr/bin  simply rename / remove the existing gcc and rename the Macports variant to gcc. (The gcc provided by xcode is just a link to clang anyhow).</div>
<div><br></div><div><br></div><div><br></div><div>Hope it helps!</div><div>Tomas</div></div>