LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 923|回复: 4

f8下编译安装eva时出现问题!

[复制链接]
发表于 2008-5-19 17:21:07 | 显示全部楼层 |阅读模式
f8下编译安装eva时出现问题:[root@localhost eva]# cd  /usr/local/eva
[root@localhost eva]# ./configure --prefix=/usr/local/QQ \
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh admin/config.sub   failed
[root@localhost eva]# ./configure -prefix=`kde-config -prefix`
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
[root@localhost eva]# ./configure --prefix=/usr/local/QQ \
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh admin/config.sub   failed
[root@localhost eva]# cd  /usr/local/eva
[root@localhost eva]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
[root@localhost eva]# cd  /usr/local/eva[root@localhost eva]# ./configure --prefix=`kde-config --prefix`
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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.
该怎么解决?
发表于 2008-5-23 10:45:25 | 显示全部楼层
为什么一定要用EVA,你试试Lumaqq,
回复 支持 反对

使用道具 举报

发表于 2008-6-13 11:01:42 | 显示全部楼层
linux下,Lumaqq已经不升级了。去过Lumaqq的论坛,开发者说不管了。
回复 支持 反对

使用道具 举报

发表于 2008-6-13 13:27:43 | 显示全部楼层
说你没有安装 C编译器,
  1. rpm qa | grep "gcc"
复制代码

看看有没有gcc,没有的话
请安装gcc
  1. su -c "yum install gcc"
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-6-13 17:50:29 | 显示全部楼层
楼上说的很对
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表