About me / Subscribe / English Ver.
Creke Blog | 梦溪博客
🔍
其实在CentOS中,yum库已经独立出了gcc 4.4,可以单独安装:
yum install gcc44 gcc44-c++
在使用gcc 4.4编译时,要进行必要环境变量设置:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ export CC=gcc44 export CXX=g++44 export PKG_CONFIG=/usr/bin/pkg-config
Category: 所谓技术 | Tags: CentOS, GCC, gcc 4.4, 原有版本
Post Comment