centos 安装 gcc7

Linux

2019-05-23

176

0

技术:GCC 7 安装

运行环境:centos 7(core)

demo功能:多版本gcc,安装,使用gcc7的方式

。。。

$ g++ -dM -E -x c++ /dev/null | \ grep -F __cplusplus

安装脚本

yum install centos-release-scl
yum install devtoolset-7-gcc-c++

每次需要使用GCC7时

scl enable devtoolset-7 bash

欢迎添加微信,互相学习↑↑↑ -_-

发表评论

全部评论:0条

白老虎

programming is not only to solve problems, ways to think