打印

C compiler cannot create executables.是什么意思?

C compiler cannot create executables.是什么意思?

在安装mp3blaster时出现的问题在装rh8的时候装的是单机版默认,开始的时候也没装gcc 后来装上后,又出了如下问题,请问该怎么解决?谢谢

[root@dzyls mp3blaster-3.1.2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

TOP

原意是不能生成可执行文件
可能是你的开发环境安装不完全

TOP

请教再装哪些程序才全

我找过了rh8的几张安装盘了,都没有C compiler 这个包.

TOP

最笨的方法就是,把所有的开发环境都装上

TOP

打开你的系统设置------》软件包,把开发--------》开发工具中的软件全部选上,更新退出。
http://sites.google.com/site/wuwenguan/

TOP