|
|
发表于 2004-4-29 22:23:26
|
显示全部楼层
最初由 liangdl 发表
这个是怎么回事啊?
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 gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[vincent@localhost imwheel-1.0.0pre6]$
没有安装开发工具,比如gcc make automake 以及库文件。
找出gcc的包安装上,否则没有办法编译, 这是最基本的。
如果不知道如何安装,应该把系统升级成完全安装。
加油。。。 |
|