在Windows上编译C ++开源项目时,如何解决“找不到加密货币”?

时间:2019-07-07 08:50:30

标签: c++ windows cross-compiling mingw-w64 libssl

我想使用MinGW和MSYS在Windows上编译“ https://github.com/lucasjones/cpuminer-multi” C ++项目。我完全按照我的说明进行操作。在MSYS Shell中键入“ ./autogen.sh”后,就可以了。 现在该在MSYS Shell中键入“ LIBCURL =”-lcurldll“ ./configure CFLAGS =”-march = native“了。 当我键入此命令时,出现错误“找不到密码”。

在Ubuntu中我也遇到了此错误,但是当我使用简单的命令“ sudo apt-get install libssl-dev”安装“ libssl-dev”时,该错误已解决。

如何解决Windows中的此编译错误?我应该安装什么依赖项?如何在Windows上安装“ libssl-dev”?

我尝试使用Mingw安装管理器来安装openssl,libcurl等 和pip安装程序以安装加密软件包等,但我找不到很好的解决方案。 这是MSYS Shell错误:

checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for OPENSSL_init in -lcrypto... no
configure: error: in `/c/Users/apristina/Desktop/testingmsys/cpuminer-multi':
configure: error: could not find crypto
See `config.log' for more details

谢谢。

0 个答案:

没有答案