分页: 1 / 1

./configure时出现这样的错误,请指教!(问题还未解决,请继续关注!)

发表于 : 2006-02-15 13:58
coldphn
在安装一软件时出现如下错误:
$ sudo ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.


用apt找不到makeinfo软件。gcc已经安装了,为什么他没正常工作?还要怎么配置?
谢谢! :D

发表于 : 2006-02-15 15:07
wesley
install gcc will solve this problem~

发表于 : 2006-02-15 15:09
游客
谢谢,不过在新立得已经安装了gcc,还应改做什么?

发表于 : 2006-02-15 19:16
roylez
也许需要其他版本的gcc,比如gcc 3.4。你可以试试将几个不同版本的gcc都装上。

发表于 : 2006-02-15 20:07
jameschen
sudo apt-get install gcc

装个库吧

发表于 : 2006-03-03 10:48
mcwin
apt-get install glibc6-dev

发表于 : 2006-03-03 11:08
freeflying
sudo apt-get install build-essenstial

发表于 : 2006-06-17 2:57
aubrey
7楼正解

发表于 : 2006-11-01 19:06
star_s
freeflying 写了:sudo apt-get install build-essenstial
命令打错了,应该是

代码: 全选

sudo apt-get install build-essential

发表于 : 2007-11-22 3:10
jpu
ME TOO。
先用apt-get install build-essential 解决不了问题。
用 apt-get install texinfo 搞定

发表于 : 2007-11-22 3:43
jpu
如果configure: error: installation or configuration problem: C compiler cannot create executables. 用apt-get install build-essential 解决。
如果后面有 makeinfo 的错误,再用 apt-get install texinfo 搞定

发表于 : 2007-11-22 15:17
palxex
这个情况最好是把config.log发上来好分析。makeinfo找不到一般也能过,不过安装阶段可能会出点儿麻烦。