Compile error: Cannot find a C++ compiler that supports both C++11 and the specified C++ flags


reno@MyComputer:~/tools/cmake-3.12.4$ ./configure

---------------------------------------------

CMake 3.12.4, Copyright 2000-2018 Kitware, Inc. and Contributors

C compiler on this system is: cc

---------------------------------------------

Error when bootstrapping CMake:

Cannot find a C++ compiler that supports both C++11 and the specified C++ flags.

Please specify one using environment variable CXX.

The C++ flags are "".

They can be changed using the environment variable CXXFLAGS.

See cmake_bootstrap.log for compilers attempted.

---------------------------------------------

Log of errors: /home/reno/tools/cmake-3.12.4/Bootstrap.cmk/cmake_bootstrap.log

---------------------------------------------

解决方案:sudo apt-get install g++


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM