FC5,stardict-2.4.7,configure出错
我的系统是FC5。安装时它所有开发包都选了。然后我把FC5原有的stardict2.4.5卸了,然后想装2.4.7。可是在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.
我看了一下,usr/bin/下明明有pkg-config,而且版本是0.20(应该是最新版吧),应该不会像他说的那样“too old”吧。
这是为什么呢? 和我的错误一样,可能是个bug。可以这样解决:
export PKG_CONFIG=`which pkg-config` 谢谢。
export PKG_CONFIG=`/usr/bin/pkg-config`
装成功了。
看来以后我得多看看configure的--help。
页:
[1]