centos 6升级 GCC 到4.8
安装最新版本的swoole 提示
pecl install swolle
...
GCC 4.8 or later required.
首先想到的时候yum更新gcc
yum install gcc
Package gcc-4.4.7-23.el6.x86_64 already installed and latest version
Nothing to do
已经是最新版本了,怎么办,只有找其它源了
curl -Lks http://www.hop5.in/yum/el6/hop5.repo > /etc/yum.repos.d/hop5.repo
yum install gcc gcc-g++
安装成功
gcc -v
gcc version 4.8.2 20131212 (Red Hat 4.8.2-8) (GCC)