[i=s] 本帖最后由 gwssgc 于 2011-8-7 16:22 编辑 [/i]
装了linux1周了,一个软件都没装上,下了个homebank是。tar.gz格式的怎么也装不上,./configure的时候给出了下面的提示,请高手帮看一下少什么东西?看样子是intltool没有但是不知道怎么安装这个(琢磨半天终于能吧终端输出保存下来了)
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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
                  	
				

mww-008 于 2011-09-09 17:39:35发表:
顶。
taoty 于 2011-08-10 22:44:26发表:
没有安装相应的gcc编译环境,有时装了也有编译不成功的现象。
奶茶dsk 于 2011-08-09 09:30:31发表:
http://rpmfind.net/linux/rpm2html/search.php?query=intltool&submit=Search+...
这里有rhel的包,老了点,
pl_014 于 2011-08-09 07:24:19发表:
主要关注错误提示
bo8362 于 2011-08-08 09:22:15发表:
用RH 不如用centos啊
gwssgc 于 2011-08-07 18:06:43发表:
感谢 age大,我回家再去试试看。
age 于 2011-08-07 18:01:44发表:
rhel不用apt-get吧, 应该是yum
不过未注册版本好像还有限制,如非必要,换个再编译版吧,推荐scientifice linux, 其次centos
yum search intltool
编译安装说白了就三步, .configure/make/make install
更主要是参数的差别, 比如apache、postfix这种,它的configure后面可以跟N多参数进行优化
但这都是软件相关的,并不通用
所以知道一般步骤就ok了
真正装时再仔细看README或INSTALL就行了
gwssgc 于 2011-08-07 17:55:19发表:
很感谢age老大,我用的是RH6 client版。看了坛子里和网上的安装方法,也知道可能是缺少intltool,就是不知道怎么安装这个。atp-get install intltool也不成
我是想系统的学一下linux,可是就现在连动手编译装软件都不会,那怎么能说会用linux?我不是主张CLI多NB而抛弃GUI的人,但是linux比较入门的东西(我觉得编译装个软件应该是入门的东西了吧)都不会那实在是说不过去了,至少也要编译安装成功过呀。每次提问前我都是经过google或是度娘,实在找不到才来论坛问的。希望没有给大家舔麻烦。
age 于 2011-08-07 17:17:18发表:
看你是什么系统了
ps: 尽量用二进制包装, 因为会一个软件管理器统一管理
自己手动编译安装, 日后维护起来很麻烦