<div dir="ltr">I'm building Kea in Centos6 box, where C++11 compiler doesn't come as default with OS. So, I installed devtoolset as mentioned in <a href="https://hiltmon.com/blog/2015/08/09/c-plus-plus-11-on-centos-6-dot-6/">https://hiltmon.com/blog/2015/08/09/c-plus-plus-11-on-centos-6-dot-6/</a><div><br></div><div>As per the blog, after installing devtoolset we have to enable C++11 compiler by using <span style="font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-weight:inherit;background-color:rgb(253,246,227);color:rgb(88,110,117);font-size:13px">scl enable devtoolset-2 bash </span>command. Then './configure, make, make install' for Kea would work.</div><div><br></div><div>In my local Centos 6 box, this works well. But in my build machine scl<span style="font-size:13px;color:rgb(88,110,117);font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;background-color:rgb(253,246,227)"> enable </span>devtoolset<span style="font-size:13px;color:rgb(88,110,117);font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;background-color:rgb(253,246,227)">-2 bash </span> command doesn't work due to some limitations. Anyways, devtoolset is installed.</div><div><br></div><div>Is there any other way to specify C++11 compiler to build Kea?</div><div><br></div><div>Thanks,</div><div>Gokul</div></div>