[root@redcomet gaim-0.60]# make
make: *** No targets specified and no makefile found. Stop.
[root@redcomet gaim-0.60]# make install
make: *** No rule to make target `install'. Stop.
configure的时候就有问题了"
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
问题依旧,
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
我装的是GLIB2.2.1,难道必须2.0版的吗
这也太奇怪了
大家是怎么弄的亚
[quote:f8b7f66719="redcomet"]问题依旧,
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
我装的是GLIB2.2.1,难道必须2.0版的吗
这也太奇怪了
大家是怎么弄的亚[/quote]
是GLIB2.2-devel包
你找找你的RH盘中肯定有RPM的
一般的发行都是把运行库打成一个包,比如libglib2-***.rpm
然后将头文件和导出库等大成另一个包,如libglib2-devel-***.rpm
一般的应用程序,如果是已经编译好的,在你的系统中安装相关的运行库就好了
但你如果是下载的源代码在本机编译的话,就需要相关库的开发包了,因为需要头文件和库文件等的。
安装GAIM的RPM包:
[root@redcomet bakup]# rpm -ivh gaim-0.60-3.i386.rpm
error: Failed dependencies:
libgtkspell.so.0 is needed by gaim-0.60-3
SRC RPM包:
[root@redcomet bakup]# rpm -rebuild gaim-0.60-3.src.rpm
rpm: arguments to --root (-r) must begin with a /
我卸载了XFT,装上所需东西之后开始编译安装
./config --prefix=/usr/tools/gaim
make
make check 就有几个ERROR
make install 当然也有ERROR
是不是安装失败了,#gaim 也不能运行
到/usr/tools/gaim也找不到运行的东西
[quote:88b47ee0ec="redcomet"]我卸载了XFT,装上所需东西之后开始编译安装
./config --prefix=/usr/tools/gaim
make
make check 就有几个ERROR
make install 当然也有ERROR
是不是安装失败了,#gaim 也不能运行
到/usr/tools/gaim也找不到运行的东西[/quote]
把错误的信息贴出来看看
[quote="redcomet"]安装GAIM的RPM包:
[root@redcomet bakup]# rpm -ivh gaim-0.60-3.i386.rpm
error: Failed dependencies:
libgtkspell.so.0 is needed by gaim-0.60-3
SRC RPM包:
[root@redcomet bakup]# rpm -rebuild gaim-0.60-3.src.rpm
rpm: arguments to --root (-r) must begin with a /