【发布时间】:2016-11-29 02:27:23
【问题描述】:
我正在尝试在 Windows 10 64 位上设置 OpenSSL,到目前为止已按照说明进行操作,在安装 Visual Studio 后,我尝试使用 Visual c++ 2008 命令提示符在 openssl 目录中进行 nmake 以获取以下错误:
"C:\Strawberry\perl\bin\perl.exe" "-I." -Mconfigdata "util\dofile.pl" "-omakefile" "crypto\include\internal\bn_conf.h.in" > crypto\include\internal\bn_conf.h
"C:\Strawberry\perl\bin\perl.exe" "-I." -Mconfigdata "util\dofile.pl" "-omakefile" "crypto\include\internal\dso_conf.h.in" > crypto\include\internal\dso_conf.h
"C:\Strawberry\perl\bin\perl.exe" "-I." -Mconfigdata "util\dofile.pl" "-omakefile" "include\openssl\opensslconf.h.in" > include\openssl\opensslconf.h
ias -d debug -ocrypto\aes\aes-ia64.obj "crypto\aes\aes-ia64.asm"
'ias' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'ias' : return code '0x1'
Stop.
如果我尝试编译 32 位版本,此错误会有所不同。这导致引用 NASM 时出错,我尝试安装但没有成功。
有人可以提出解决方案吗?
感谢您花时间阅读我的问题。
【问题讨论】:
标签: c++ windows perl visual-c++ openssl