|
|

楼主 |
发表于 2006-5-6 10:45:43
|
显示全部楼层
我使用rpm包安装好了gcc,接着使用命令:
export CC=/usr/src/redhat/SOURCES/
然后到gtkspell-2.0.11文件夹下使用./configure命令如下:
[root@localhost gtkspell-2.0.11]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)...yes
checking for style of include used ye make...GNU
checking for gcc... /usr/src/redhat/SOURCES/
checking for C compiler default output file name ... configure:error:C complier cannot create executables
See 'config.log' for more details.
这个是什么错误?如何解决,谢谢:) |
|