Me too found what was the problem. If you want you can add the solution to share with others. - Path must be set up to contain path to X64 compiler folder: C:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_amd64 - This folder contains an assembler compiler ml64.exe, but the makefile refers to ml.exe, so copy ml64.exe to ml.exe in the x86_amd64 folder - Setup INCLUDE environment variable to point out: INCLUDE=c:\Program Files\Microsoft Visual Studio 8\vc\Include;c:\Program Files\Microsoft Visual Studio 8\vc\PlatformSDK\Include; - Setup LIB environment variable to point out: LIB=c:\Program Files\Microsoft Visual Studio 8\vc\Lib\AMD64;c:\Program Files\Microsoft Visual Studio 8\vc\PlatformSDK\Lib\AMD64;c:\Program Files\Microsoft Visual Studio 8\vc\Lib;c:\Program Files\Microsoft Visual Studio 8\vc\PlatformSDK\Lib; Regards Anders
Anders Corlin <[EMAIL PROTECTED]> skrev: Hi ! I am running in to the same problem. What was the solution? Regards Anders C ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
