<div dir="ltr">It's possible to upgrade CentOS's gcc version from 4.6.1 to gcc 4.8.1 by the following instructions:<div><br></div><div>```</div><div><div>wget -O /etc/yum.repos.d/slc6-devtoolset.repo <a href="http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo">http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo</a></div><div>wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-cern <a href="http://ftp.scientificlinux.org/linux/scientific/5x/x86_64/RPM-GPG-KEYs/RPM-GPG-KEY-cern">http://ftp.scientificlinux.org/linux/scientific/5x/x86_64/RPM-GPG-KEYs/RPM-GPG-KEY-cern</a></div></div><div><div>yum clean all</div></div><div><div>yum list</div></div><div><div>echo y | yum install devtoolset-2</div></div><div>```<br></div><div><br></div><div>We have no need to upgrade gcc to the newest version(Gcc 6)</div><div>the GCC 5 or gcc 4.8.1 is enough to compile clang under centos</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 29, 2016 at 1:15 AM, Brian Cain <span dir="ltr"><<a href="mailto:brian.cain@gmail.com" target="_blank">brian.cain@gmail.com</a>></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"><span class="">On Tue, Jun 28, 2016 at 11:50 AM, 罗勇刚(Yonggang Luo) <span dir="ltr"><<a href="mailto:luoyonggang@gmail.com" target="_blank">luoyonggang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So CentOS before 6.7 is not an option after all?<div>Is that possible to use clang on CentOS 6.6 and before?</div><div><br></div></div></blockquote><div><br></div></span><div>Not with these binaries, unless you can update your libc/libstdc++.  In the general sense -- yes, it's possible if you build from source.  There's a couple of potential approaches: build against libc++, build against newer libstdc++.  If you're more adventurous you could also try building with ellcc.  That one requires patches but will yield a statically linked binary.</div><div><br></div><div>I built clang trunk/tip a few weeks ago on CentOS 6.0.  But I first built the gcc6 suite, then used it to build clang.  I believe clang 3.4.2 is the latest version that supports the older libstdc++.  I ran into challenges with using clang so I stuck with gcc6.  The resulting binaries depend on the gcc6 libraries so I can't really use this procedure to make a new official release for centos.  If it's helpful I can publish the steps I used, but really just followed the build instructions.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-Brian</div></font></span></div>
</div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">         此致<br>礼<br>罗勇刚<br>Yours<br>    sincerely,<br>Yonggang Luo<br></div>
</div>