Some additional information for the INSTALL.W32 file in 0.9.7d...

Updated INSTALL.W32 Installation Notes 2004/04/20

The Windows 98 and NT 4 DDK's are no longer available from MSDN as far as I
could see, however you can download ml.exe as part of the Visual C++ 6.0 
Processor Pack which is a free download here:

http://msdn.microsoft.com/vstudio/downloads/tools/ppack/download.aspx

To get ml.exe and cl.exe to work, you need to set the INCLUDE, PATH and LIB
settings in the environment.  Open a Command Prompt.  I got my path by typing 

SET PATH

then found ml.exe and cl.exe using DIR, and added those paths to the start of 
the path string, separating each path with semicolons.

Set the INCLUDE value to the folder containing stdio.h, there may be more than
one, so pick the one that seems to make the most sense.

Set the LIB value to the folder containing WSOCK32.LIB, likely it will be the same
as your INCLUDE path but with LIB at the end rather than INCLUDE.  Again, there
may be more than one.

My settings ended up being:

set Path=d:\Program Files\Microsoft Visual Studio\VC98\Bin;D:\Program Files\Microsoft 
SDK\Bin\Win64;d:\Program 
Files\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
set include=D:\Program Files\Microsoft Visual Studio\VC98\Include
set lib=D:\Program Files\Microsoft Visual Studio\VC98\lib

The easiest way to enter these settings is to type them in notepad or some
other editor, then copy them to the clipboard, then paste them into the command
prompt window.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to