【发布时间】:2016-06-01 04:00:31
【问题描述】:
我正在尝试安装需要librevenge-0-0 的libvisio-0.1.5。我得到错误:
checking for REVENGE... no
configure: error: Package requirements (
librevenge-0.0
) were not met:
我刚刚安装了 librevenge,我拥有所有 pkg-config 信息,但它们位于 /usr/local/lib/pkgconfig 而不是 /usr/lib/pkgconfig。
我如何告诉./configure 始终默认查看/usr/lib/pkgconfig 和/usr/local/lib/pkgconfig?
我试过了
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
./configure
我有:
$ pkg-config --variable pc_path pkg-config
/usr/lib/pkgconfig:/usr/share/pkgconfig
【问题讨论】:
-
REVENGE_CFLAGS 和 REVENGE_LIBS 怎么样?
标签: linux static-libraries configure