Do I need to apply patches to the 3.1 tarball to make it compile on CentOS 5.6 x86?  From my searching it seems like using GCC 4.4 on CentOS 5.6 x86 is supported but it fails when trying to compile ASan.<br><br>What are the right flags to pass to configure?  By default CentOS 5.6 uses GCC 4.1 so the headers - even after installing GCC 4.4 - that configure uses when I tell it to us a different compiler are still the 4.1 ones.  <br>

<br>    CC=gcc44 CXX=g++44 ../configure ...<br><br>This is the bug report:  <a href="http://llvm.org/bugs/show_bug.cgi?id=12522">http://llvm.org/bugs/show_bug.cgi?id=12522</a><br><br>I guess my question is what am I missing from the configure line?<br>

<br clear="all"> —Mohamed<br>