First time here? Check out the FAQ!
answered 2019-04-28 02:50:55 -0600
My gcc version is 4.4.6
that's probably way too old (it does not know c++11 out-of-the-box)
you can try to use cmake -ENABLE_CXX11=ON, but in the long run, you'll have to update your compiler / os.
cmake -ENABLE_CXX11=ON