fjf2004 发表于 2005-8-19 20:31:00

EVA-0.3.1安装失败。

在DEBIAN 下。/configure时出错过不去。提示如下:
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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... configure: error: C compiler cannot create executables
See `config.log' for more details.

热メ袭 发表于 2005-8-19 21:05:53

编译器不能执行...
你的./configure --prefix=`kde-config --prefix`
有没有输入错误
:-(

yunfan 发表于 2005-8-19 21:17:05

Re: EVA-0.3.1安装失败。

在DEBIAN 下。/configure时出错过不去。提示如下:
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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... configure: error: C compiler cannot create executables
See `config.log' for more details.

不知道具体原因, 好象你的gcc无法生成可知行文件。
你把config.log 文件贴出来参考一下。 另, 你是否权限设置上有问题?

fjf2004 发表于 2005-8-19 21:36:54

我这几天刚学的DEBIAN。没打错。复制的。是怀疑自己系统哪一方面还没配好。又试了下。发现不一样了??
freesky:/opt/eva-0.3.1# ./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.

yunfan 发表于 2005-8-19 22:12:11

肯定是配置问题了。 你检查一下config.log 文件, 看看具体是什么问题。

yggdrasil 朋友已经制作了deb包,看看你是否可以直接用。
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=128547
页: [1]
查看完整版本: EVA-0.3.1安装失败。