问题随记 —— Ubuntu18 安装 C++ 11 环境-繁依Fanyi

文章目录

问题描述

显示需要 C++11 环境

RuntimeError: Unsupported compiler -- at least C++11 support is needed!
[end of output]

在这里插入图片描述

解决方法

① 安装 gcc

sudo apt-get update

sudo apt-get install gcc g++ 

② 检查版本(>4.8即可)

gcc -v  # 版本大于4.8即可

在这里插入图片描述

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容