|
MDK9.1安装Gaim0.64,出现如下错误:
[root@localhost gaim-0.62]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
...
checking for atexit... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for pkg-config... /usr/bin/pkg-config
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/.
[root@localhost gaim-0.64]#
系统已安装glibc-2.3.1-10mdk.i586.rpm,glibc-devel-2.3.1-10mdk.i586.rpm,glibc-i18ndata-2.3.1-10mdk.i586.rpm,glibc_lsb-2.3.1-1mdk.i586.rpm,glib-gettextize-2.2.1-1mdk.i586.rpm等包。不知道少了什么。怎么办? |
|