【发布时间】:2011-08-05 11:32:43
【问题描述】:
我正在尝试使用以下命令将climm-0.6.4 交叉编译到 Ubuntu 下的 windows:
./configure --host=i686-pc-mingw32 --enable-ssl=gnutls
我收到此错误消息:
**checking for libgnutls-config... no
checking for libgnutls - version >= 0.8.8... no
*** The libgnutls-config script installed by LIBGNUTLS could not be found
*** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBGNUTLS_CONFIG environment variable to the
*** full path to libgnutls-config.**
在网上查了一下,发现了一个提示here:
包的 ./configure 脚本正在尝试调用 libgnutls-config 和/或 libgnutls-extra-config 来搜索 gnutls 库。较新 gnutls 版本不再提供这些脚本。
我正在使用 gnutls-2.12.5
有没有人有补丁或 kludge 技巧让我能够交叉编译 climm-0.6.4 和 gnutls-2.12.5?
提前谢谢你!
干杯
丹尼尔
【问题讨论】:
标签: linux security makefile cross-compiling autotools