从源码安装gcc 4.8.2

来源:互联网 发布:错过淘宝微信 编辑:程序博客网 时间:2024/06/11 21:55

OS: CentOS66

方法参考:

http://blog.csdn.net/deng_sai/article/details/41390967


http://www.pfeng.org/archives/733


http://codersvoice.com/a/webbase/install/08/202014/131.html

预先安装:

yum install zip unzip -y

yum install gstream*


简化步骤

./contrib/download_prerequisites

./configure

make

make install

gcc -v


0 0