|
|

楼主 |
发表于 2004-5-13 06:28:05
|
显示全部楼层
多谢老兄的启发,我这样:
yum install glib-devel
whereis glib-config
得到:glib-config: /usr/bin/glib-config /usr/share/man/man1/glib-config.1.gz
但是出现了新问题:
./configure
得到:
checking for GLIB - version >= 1.2.2... yes
checking for xmms-config... no
checking for XMMS - version >= 1.2.4... no
*** The xmms-config script installed by XMMS could not be found.
*** If XMMS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XMMS_CONFIG environment variable to the
*** full path to xmms-config.
configure: error: *** XMMS >= 1.2.4 not installed - please install first ***
但是我的xmms是xmms-1.2.10-1.p 装的是rpm包 |
|