当前位置: 代码迷 >> 综合 >> Cannot find a C++ compiler that supports both C++11 and the specified C++ flags
  详细解决方案

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

热度:6   发布时间:2023-12-13 16:10:48.0

Linux 安装 cmake 时候出现的问题, 笔者在该环境下遇到。

不说废话。

解决方案:

方案一
    换一个低版本的软件。
方案二
sudo apt-get install g++

原因分析

C++ 的编译器不能编译代码。则 换编译器 或者 换代码。

参考自:https://blog.csdn.net/mediatec/article/details/88431212

  相关解决方案