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 th
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 V
Did you run the configure application?
C:\openssl-0.9.6g>perl Configure VC-WIN32
C:\openssl-0.9.6g>ms\do_ms
C:\openssl-0.9.6g>nmake -f ms\ntdll.mak
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 1:41 PM
Subj
7 December 2002 8:41 AM
To: [EMAIL PROTECTED]
Subject: W2K Installation
Hello everybody.
I'm in trouble.
I'm trying to install the openssl0.9.6g in a W2K machine.
Following the INSTALL.W32 file, I stoped in:
nmake -f ms\ntdll.mak
the console return follows:
C:\Arquivos de programa
On Fri, 6 Dec 2002 19:41:14 -0200, [EMAIL PROTECTED] wrote:
>Following the INSTALL.W32 file, I stoped in:
>nmake -f ms\ntdll.mak
>the console return follows:
>C:\Arquivos de programas\Microsoft Visual Studio\VC98\Bin>nmake -f c:
>\openssl-0.
>9.6g\ms\ntdll.mak
You did not do "nmake -f m
Hello everybody.
I'm in trouble.
I'm trying to install the openssl0.9.6g in a W2K machine.
Following the INSTALL.W32 file, I stoped in:
nmake -f ms\ntdll.mak
the console return follows:
C:\Arquivos de programas\Microsoft Visual Studio\VC98\Bin>nmake -f c:
\openssl-0.
9.6g\ms\ntdll.mak
Microsof