【发布时间】:2018-11-03 13:18:02
【问题描述】:
我正在尝试在 Windows 上使用 MinGw 32 位构建 OpenSSL,因此 我按照要求安装了 mingw 和 MSYS,然后我在 MSYS 上安装了 Perl,我从官方网站下载了 OpenSSL-1.1.1,我将其解压缩到 C:/openssl
-tar xf
然后,在 MSYS 中,我做了:
-perl 配置mingw shared --prefix=/c/openssl
-使依赖
-制作
在这一点上,它给了我tons of errors:
make[1]: *** [Makefile:2772: crypto/dso/dso_win32.o] Error 1
make[1]: Leaving directory '/c/openssl'
make: *** [Makefile:171: all] Error 2
我在 stackoverflow 和谷歌上四处寻找答案,但我找不到任何关于我的问题的答案。我做错什么了 ?任何帮助将不胜感激,谢谢。
【问题讨论】:
标签: makefile build compiler-errors openssl mingw