您的位置:首页 > 运维架构 > Linux

CentOS6.6升级Gcc4.9.2相关问题及解决办法

2015-04-05 15:32 246 查看
问题一、

./configure

----------------------------------------------------------------------------------

checking for objdir... .libs

configure: WARNING: using in-tree ISL, disabling version check

configure: WARNING: using in-tree CLooG, disabling version check

*** This configuration is not supported in the following subdirectories:

gnattools target-libada target-libgfortran target-libgo target-libffi target-libbacktrace target-zlib target-libjava target-libobjc target-boehm-gc

(Any other directories should still work fine.)

checking for default BUILD_CONFIG... bootstrap-debug

make

----------------------------------------------------------------------------------

checking dependency style of g++... none

configure: error: no usable dependency style found

make[2]: *** [configure-stage1-gcc] Error 1

make[2]: Leaving directory `/home/ouyang/Downloads/files/gcc-4.9.2/gcc-build-4.9.2'

make[1]: *** [stage1-bubble] Error 2

make[1]: Leaving directory `/home/ouyang/Downloads/files/gcc-4.9.2/gcc-build-4.9.2'

make: *** [all] Error 2

解决办法

----------------------------------------------------------------------------------

yum install gcc-c++
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐