gpt4 book ai didi

compilation - 如何在Windows上使用MSYS从源代码编译Tor?

转载 作者:行者123 更新时间:2023-12-02 10:48:11 31 4
gpt4 key购买 nike

我正在尝试从Windows上使用Windows上的MinGW的MSYS编译tor 2.4.27。我已经从源代码静态地(.a文件)构建了所有依赖库(libevent,libssl,libcrypto,libzlib),现在正在着手编译tor源代码本身。

我在msys.bat shell中使用以下命令;

./configure --enable-static-tor --enable-static-libevent --with-libevent-dir=/projects/tor/libevent-2.0.22-stable

但是无论我做什么,配置总是会停止;
configure: WARNING: Could not find a linkable libevent. If you have installed it somewhere unusual, you can specify an explicit path using --with-libevent-dir
configure: error: Missing libraries; unable to proceed.

我还尝试了以下方法;
./configure CFLAGS="-I/project/tor/libevent-2.0.22-stable/include" LDFLAGS="-L/project/tor/libevent-2.0.22-stable/" --enable-static-tor --enable-static-libevent

无济于事...

这绝对是一个错误,我该怎么办?

最佳答案

header 需要libevent-devel
使用--with-libevent-dir=指定路径后,它应该可以正常编译

关于compilation - 如何在Windows上使用MSYS从源代码编译Tor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38775612/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com