In message <[EMAIL PROTECTED]> on Thu, 31 Oct 2002 22:45:26 
+0100 (MET), "[EMAIL PROTECTED] via RT" <[EMAIL PROTECTED]> said:

rt> I would like to use your Open SSL 0.9.6 for web project for security
rt> purpose..
rt> These are the Steps we did.
rt> 
rt> 1) Downloaded the files( openssl-engine-0.9.6g.tar.gz and
rt> openssl-0.9.6g.tar.gz ) from http://www.openssl.org/source/
rt> 2) Unzipped using Win Ace2.1
rt> 3) Installed Perl from http://www.activestate.com/ActivePerl
rt> 4) Run Configure:
[...]
rt> E:\FMADocs\openssl-engine-0.9.6g>"C:\Program Files\Microsoft Visual
rt> Studio .Net\
rt> VC7\bin\NMAKE" -f ms\ntdll.mak
rt> 
rt> OutPut(last few lines):
rt> 
rt> nul
rt> .\apps\testdsa.h
rt>         1 個のファイルをコピーしました。
rt>         copy nul+ .\apps\testrsa.h tmp32\testrsa.h
rt> nul
rt> .\apps\testrsa.h
rt>         1 個のファイルをコピーしました。
rt>         cl /Fotmp32\cryptlib.obj  -Iinc32 -Itmp32 /MD /W3 /WX /G5 /Ox
rt> /O2 /Ob2 /
rt> Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32
rt> -DWINNT
rt>  /Fdout32  -c .\crypto\cryptlib.c
rt> 'cl' は、内部コマンドまたは外部コマンド、
rt> 操作可能なプログラムまたはバッチ 
ファイルとして認識されていません。
rt> 
rt> (This message is displayed in Japanese, but translated into english i.e.,
rt> Internal command or external command or program or batch file of cl
rt> program is not recognize)

What about trying to do the following before running nmake:

"C:\Program Files\Microsoft Visual Studio .Net\VC7\bin\VCVARS32"

If this doesn't work, look in "C:\Program Files\Microsoft Visual Studio .Net\VC7\bin"
for any .BAT file that sets up an environment for you.  You need that
for CMD to be able to find the compiler (cl.exe).

Please tell us if that solved it for you, and if the correct .BAT file
was something else than VCVARS32.BAT, please tell us so we can mention
that in our documentation.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.

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

Reply via email to