OpenSSL的的Windows x64编译错误错误、OpenSSL、Windows

2023-09-08 10:35:34 作者:○鱼吻风

我收到尝试编译OpenSSL的1.0时,下面的错误,64位:

I'm getting the following error when trying to compile OpenSSL 1.0, 64 bit:

    ias -o tmp32\ia64cpuid.obj tmp32\ia64cpuid.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.

是否有人知道我能做些什么? (我这样做是在Windows 2008 x64操作系统)

Does someone know what can I do? (I do it on Windows 2008 x64 OS)

感谢。

推荐答案

对于前一个问题 - 我刚才添加到Path环境变量IAS的路径: C:\ Program Files文件\微软的Visual Studio 9.0 \ VC \ BIN \ x86_ia64

For the former problem - I just added to the Path environment variable the path of ias: C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\x86_ia64.

但毕竟我编译它用于基于x64(VC-WIN64A)与NASM和它的工作。

But after all I compiled it for x64 (VC-WIN64A) with NASM and it worked.

感谢。