当前位置:  技术问答>linux和unix

装了fedaro 5 让我郁闷啊..现在分数越来越少了...一共才50 分全给了

    来源: 互联网  发布时间:2015-11-16

    本文导语:  我装了fedaro 5 安装很正常,可是在我安装 xmms 的时候却出现了问题 呜呜 我都搞了一整天了,网上的列子都看了,可是没有一个说怎么解决的... [root@localhost opt]# cd ./xmms* [root@localhost xmms-1.2.10]# ./configure checking b...

我装了fedaro 5 安装很正常,可是在我安装 xmms 的时候却出现了问题
呜呜 我都搞了一整天了,网上的列子都看了,可是没有一个说怎么解决的...
[root@localhost opt]# cd ./xmms*
[root@localhost xmms-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... no
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[root@localhost xmms-1.2.10]#
他检查说我没有装glib
可是
[root@localhost xmms-1.2.10]# rpm -qa|grep glib
glibc-2.4-4
dbus-glib-0.61-3
glib2-2.10.1-1
glib-1.2.10-18.2.2
glib2-devel-2.10.1-1
glibc-kernheaders-3.0-5.2
glibc-headers-2.4-4
NetworkManager-glib-0.6.0-3
glibc-devel-2.4-4
glib-java-0.2.3.0.20060301.rh1-1
avahi-glib-0.6.9-3
jakarta-taglibs-standard-1.1.1-4jpp_3fc
glibc-common-2.4-4
jakarta-taglibs-standard-javadoc-1.1.1-4jpp_3fc
[root@localhost xmms-1.2.10]#
这又是怎么回事阿!!!
  有谁能帮我解决吗? 我将感恩 不尽,我一直都是马上结帐的。。。
谢谢了
我很菜,所以希望高手能详细点说。。。谢谢了

|
xmms用的glib版本太低了。新的glib用pkg-config来获取设置,老的是用glib-config的。
试试pkg-config --list-all | grep glib,如果有glib-1.2.10的,则在配置前在shell里定义一个函数:
glib-config()
{
   pkg-config glib-1.2.10 $*
}
然后再次configure试试。
也可以写成一个shell脚本,放在可执行的路径里。

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Fedaro 10 /bin 删除了怎么办?
  • 求救:oracle9i 能不能在fedaro12 中安装
  • 如何在windowsxp下安装fedaro16
  • 我下了Fedaro core 10 (Fedora-10-i386-DVD.iso),用VMware 5 安装好后 ,用root登录,但是提示无法验证用户,如何解决?
  • 关于Fedaro Core3的一些使用问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3