[问题]安装eva出现错误!!!

上网、浏览、聊天、下载等
回复
yaney
帖子: 33
注册时间: 2007-07-11 10:12

[问题]安装eva出现错误!!!

#1

帖子 yaney » 2007-07-26 15:09

sakura@sakura-desktop:~/Desktop/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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether g++ supports -Wmissing-format-attribute... no
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sakura@sakura-desktop:~/Desktop/eva$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
不知道是什么原因阿
盼解
andrew_t
帖子: 614
注册时间: 2006-12-14 3:00

#2

帖子 andrew_t » 2007-07-26 18:44

应该是编译环境没搞好
configure都没过,肯定不能make了

build-essential包装了没?
wzwyc
帖子: 18
注册时间: 2007-06-14 5:13

#3

帖子 wzwyc » 2007-07-28 11:40

configure过不去参照这篇日志
http://www.cnsos.net/wyc/dn/article.asp?id=321
回复