分页: 1 / 1

帮忙看看编译安装这个 tar.gz 文件为什么总不成功

发表于 : 2010-11-06 16:30
tuer008
第一步,把软件解压缩 tar xvfz 路径/covergloobus_1.6.tar.gz
第二步,cd covergloobus-1.6
第三步,./configure 这里就会出错

user@user:~$ tar xvfz /home/user/下载/covergloobus_1.6.tar.gz
解压。。。。。。
user@user:~$ cd covergloobus-1.6
user@user:~/covergloobus-1.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 ISO C89... none needed
checking dependency style of gcc... none
configure: error: cannot run /bin/bash ./config.sub 正常的话这里貌似会生成一个makefile文件吧
user@user:~/covergloobus-1.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
user@user:~/covergloobus-1.6$ make install
make: *** 没有规则可以创建目标“install”。 停止。
user@user:~/covergloobus-1.6$

文件太大 没办法上传 要安装的软件是这个 viewtopic.php?f=74&t=264721 高手帮忙看看问题出在哪 多谢啦 :em06

Re: 帮忙看看编译安装这个 tar.gz 文件为什么总不成功

发表于 : 2010-11-06 19:43
lgxwqq
看看config.sub是干嘛的

Re: 帮忙看看编译安装这个 tar.gz 文件为什么总不成功

发表于 : 2010-11-06 20:23
tuer008
lgxwqq 写了:看看config.sub是干嘛的
找不到这个文件

Re: 帮忙看看编译安装这个 tar.gz 文件为什么总不成功

发表于 : 2010-11-28 23:26
cqcyj222