Whether you are using VC6 or VC7 (.NET) you need to define your command line environment variables using the .BAT files provided with the development tools version you are attempting to use.
For VC7 the BAT file is

\Program Files\Microsoft Visual Studio .NET\VC7\BIN\vcvars32.bat

Do not move the ntdll.mak file into the OpenSSL root directory.


mikecross wrote:

I have almost the same problem. However according to
me the problem was into PATH constant /missing paths
to nmake.exe also to cl and link. the solution is to
run it within openssl dir
nmake -f ntdll.mak
but after I adjust paths - there will be problems with
"stdio.h" etc.
Also when you are using VC6 there is no problem. but I
still try to build it with VC7 and till now - no lick.
try with VC6 :))


st Manager [EMAIL PROTECTED]

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


Reply via email to