[问题]源码安装EVA QQ在make时出问题

上网、浏览、聊天、下载等
回复
头像
hongmy525
帖子: 236
注册时间: 2007-01-26 22:06
来自: 南宁 杭州
联系:

[问题]源码安装EVA QQ在make时出问题

#1

帖子 hongmy525 » 2007-03-27 17:38

我按照网上这个方法来安装:

下载后给用 mv命令更换文件名
#mv eva-0.4.1.tar.bz2.txt eva-0.4.1.tar.bz2
下面是安装
1.安装g++,gcc,make,auto make,perl等编译安装要用到的工具
$sudo apt-get install g++ gcc make automake perl
2.安装要用到的KDE库
$sudo apt-get update
$sudo apt-get install kdelibs4-dev kdelibs4c2a
3.编译安装
$tar -jvxf eva-0.4.1.tar.bz2
$cd /eva
$./configure --prefix=`kde-config --prefix`
$make ( 这一步也许要等十分钟以上,就看你部机的配置了)
$sudo make install

但是在执行make时出现这样的错误:
evachatwindow.cpp:634: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
Preprocessed source stored into /tmp/ccYNRc5t.out file, please attach this to your bugreport.
make[3]: *** [evachatwindow.lo] 错误 1
make[3]: Leaving directory `/home/hongmy525/eva/src/ui'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/hongmy525/eva/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/hongmy525/eva'
make: *** [all] 错误 2
root@ubuntu525:/home/hongmy525/eva#


这个方法在虚拟机安装已经通过,我的机器也可以从sudo apt-get install eva安装英文版的,但是想从源码安装出现这样的错误,大哥们帮想想看看:)
头像
hongmy525
帖子: 236
注册时间: 2007-01-26 22:06
来自: 南宁 杭州
联系:

#2

帖子 hongmy525 » 2007-03-27 18:09

网速太慢,发帖时出错了,清版主删除一篇
回复