|
|
编译stardict时出错
信息如下:
#./configure --prefix=/usr --disable-gnome-support --with-x
.........
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... cs de el hu hr ku mk nl ru sk tt uk vi zh_CN zh_TW
Disable gnome support
checking for STARDICT... configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables STARDICT_CFLAGS
and STARDICT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
See `config.log' for more details.
但是PKG_CONFIG_PATH没有错误啊
[root@supercom ~/new/stardict-2.4.7]# echo $PKG_CONFIG_PATH
/usr/X11R6/lib/pkgconfig
是不是因为缺少库文件,也不知道需要什么 |
|