cc1plus: error: unrecognized command line option "-std=c++11"
On CentOS 6, getting the following error
cc1plus: error: unrecognized command line option "-std=c++11"
Solution
scl enable devtoolset-2 bash
or
scl enable devtoolset-3 bash
Just another Yipp.ca Blogs site
On CentOS 6, getting the following error
cc1plus: error: unrecognized command line option "-std=c++11"
scl enable devtoolset-2 bash
or
scl enable devtoolset-3 bash
Recent Comments