<div dir="ltr">Hi Seong,<br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div name="messageBodySection">

OS distribution is RHEL 7 and binutils version is 2.20.51 (rpm package).<br></div></div></blockquote><div><br><div>AVX2 was introduced in binutils 2.22 so at least that version is required.  I'm using RHEL 7.2 on many different systems and they currently have binutils 2.23.52.0.1 in the system install and newer versions available in module locations, all of which work fine.  Usually I see this problem on RHEL6 / CentOS6 since the the system supplied binutils is too old to build SWR but EL7 should be fine.<br><br></div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div name="messageBodySection">

Yes I am building this for paraview.<br></div></div></blockquote><div><br></div><div>I've updated ParaView's Wiki page with newer config options appropriate for Mesa 13.0.1 (I'm also a ParaView developer).<br><a href="http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D#Installing_Mesa_llvmpipe_and_swr_drivers">http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D#Installing_Mesa_llvmpipe_and_swr_drivers</a><br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div name="messageBodySection">
Following your comment, I have binutils 2.27 installed locally cause it is HPC.<br></div></div></blockquote><div><br></div><div><span style="font-family:arial,helvetica,sans-serif">That should work.  Can you check your gcc and as versions before running ./configure to make sure the right ones are getting picked up? For example:<br>Using the system compilers:<br><br><span style="font-family:monospace,monospace">$ which gcc<br>/usr/bin/gcc<br>$ gcc --version<br>gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)<br>...<br>$ which as<br>/usr/bin/as<br>$ as --version<br>GNU assembler version 2.23.52.0.1-55.el7 20130226<br>...<br>$ </span><br><br>Using the SCL devtoolset-6 compilers:<br><br><span style="font-family:monospace,monospace">$ which gcc<br>/opt/rh/devtoolset-6/root/usr/bin/gcc<br>$ gcc --version<br>gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-3)<br>...<br>$ which as<br>/opt/rh/devtoolset-6/root/usr/bin/as<br>$ as --version<br>GNU assembler version 2.27-10.el7<br>...<br>$ <br></span><br></span></div><div>- Chuck<br></div><div><br><br></div></div></div></div>