在ubuntu9.10下安装的问题,求助!

按照网络文章的指点,在官网http://code.google.com/p/gmlive/下载了2个文件,
gmlive-0.22.2.tar.bz2和gmlive-extra-0.3.tar.gz。

解压前者后,再执行./config:
gu@gu-desktop:~/下载/gmlive-0.22.2$ ./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 whether NLS is requested... 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.35.0... ./configure: line 4073: intltool-update: command not found
found
configure: error: Your intltool is too old. You need intltool 0.35.0 or later.
gu@gu-desktop:~/下载/gmlive-0.22.2$ make
make: *** 没有指明目标并且找不到 makefile。 停止。

我随后在网上找到并下载了高版本的“intltool-0.40.6.tar.bz2“,但是不知道怎么接下去做?
是否现在的版本不支持ubuntu9.10?             请高手指点,我是菜鸟啊!!!

你有安装 intltool

你有安装 intltool 吗?ubuntu里的intltool不是都0.41了嘛,http://packages.ubuntu.com/karmic/intltool

安装上应该就行了。不需要自己编译intltol

可以先执行一下目录里的

可以先执行一下目录里的  ./autogen.sh
试试。如果再不行,执行 gnome-autogen.sh
构建的问题,以前遇到过,很麻烦,

命令执行后

[quote=lerosua]可以先执行一下目录里的  ./autogen.sh
试试。如果再不行,执行 gnome-autogen.sh
构建的问题,以前遇到过,很麻烦,

[/quote]
按照你的建议:执行一下目录里的  ./autogen.sh,还是和原来一样的错误提示:configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

执行第二个建议:sudo apt-get install gnome-autogen.sh。终端提示:E: 无法找到软件包 gnome-autogen.sh

怎么办?