===== mcloud 下高版本 gcc ===== 高版本 gcc 安装在 /opt/rh 下, 有多个版本 ==== 使用高版本 gcc 的方法 ==== 以 gcc11 为例子 1. 方法一: source /opt/rh/devtoolset-11/enable 2. 方法二: scl enable devtoolset-11 bash ==== 其它命令 ==== gfortran -v gcc --version scl --list scl --help ==== 使用完后恢复系统默认 gcc 版本 ==== exit