关于configure的问题

编译打包和其他
回复
头像
playeryang
帖子: 249
注册时间: 2009-04-04 12:55
来自: 四川...泸州||江苏...镇江

关于configure的问题

#1

帖子 playeryang » 2009-05-06 18:33

学习中,尝试用了一下checkinstall,第一次使用是打包了一下conky-1.7.0这个东东
./configure
make
checkinstall
成功完成
但是在尝试第二个,下面这些文件
playeryang@playeryang-laptop:~/nimbus-0.0.7$ ls
aclocal.m4 config.log description-pak INSTALL missing
AUTHORS config.sub doc-pak install-sh mkinstalldirs
autogen.sh configure gtk-engine ltmain.sh NEWS
ChangeLog configure.in icons Makefile.am po
config.guess COPYING index.theme Makefile.in README
config.h.in depcomp index.theme.in metacity

的时候,就没有成功了,提示
playeryang@playeryang-laptop:~/nimbus-0.0.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 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... gcc3
checking for intltool >= 0.23... awk: cannot open ./intltool-update.in (No such file or directory)
awk: cannot open ./intltool-update.in (No such file or directory)
found
./configure: line 3649: test: : integer expression expected
configure: error: Your intltool is too old. You need intltool 0.23 or later.


playeryang@playeryang-laptop:~/nimbus-0.0.7$ make
make: *** 没有指明目标并且找不到 makefile。 停止。

关于intltool,我的是0.40.5的,怎么会出现上面的提示阿?
还有说找不到makefile的问题,我百度 google都看了,说是./configure步骤的问题,还有gcc我也有,4.3.2的
不知道是哪里的问题
还请仁兄们帮忙解答一下下,感激不尽 :em06
头像
playeryang
帖子: 249
注册时间: 2009-04-04 12:55
来自: 四川...泸州||江苏...镇江

Re: 关于configure的问题

#2

帖子 playeryang » 2009-05-08 15:08

没有仁兄了吗
:em20 :em20
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 关于configure的问题

#3

帖子 hcym » 2009-05-23 17:50

checking......

大腕都晕菜的,急不得

劝一句,尽量别编译,那编译环境就能把系统搞得七荤八素
头像
playeryang
帖子: 249
注册时间: 2009-04-04 12:55
来自: 四川...泸州||江苏...镇江

Re: 关于configure的问题

#4

帖子 playeryang » 2009-05-23 22:12

hcym 写了:checking......

大腕都晕菜的,急不得

劝一句,尽量别编译,那编译环境就能把系统搞得七荤八素
那怎么装东西呀?
我可是个菜鸟 :em06
回复