Seems to be I was mistaken in previous message: nmake was found, but you forgot to do: ms\do_nasm nt.mak and ntdll.mak were not created yet.
From: PRIYARANJAN NAYAK Sent: Tuesday, October 23, 2012 8:09 AM To: openssl-users@openssl.org Subject: Re: Compiling open ssl source code in Visual studio 2008 Hi Tom, After running ms\do_ms.bat,the output comes like C:\tmp_open_ssl>ms\do_ms.bat; C:\tmp_open_ssl>perl util\mkfiles.pl 1>MINFO C:\tmp_open_ssl>perl util\mk1mf.pl no-asm VC-WIN32 1>ms\nt.mak C:\tmp_open_ssl>perl util\mk1mf.pl dll no-asm VC-WIN32 1>ms\ntdll.mak C:\tmp_open_ssl>if x == x goto skipce C:\tmp_open_ssl>perl util\mkdef.pl 32 libeay 1>ms\libeay32.def C:\tmp_open_ssl>perl util\mkdef.pl 32 ssleay 1>ms\ssleay32.def When I am trying to run "nmake -f ms\nt.mak" ,the below error is coming C:\tmp_open_ssl>nmake -f ms\nt.mak; Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. NMAKE : fatal error U1052: file 'ms\nt.mak;' not found Stop. Thanks Priyaranjan On Mon, Oct 22, 2012 at 9:30 PM, Floodeenjr, Thomas <thomas_floodee...@mentor.com> wrote: Priyaranjan, Did you run ms\do_ms.bat in between the configure and the nmake command? -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of PRIYARANJAN NAYAK Sent: Monday, October 22, 2012 3:33 AM To: openssl-users@openssl.org Subject: Compiling open ssl source code in Visual studio 2008 Hi ALL, I am trying to compile open ssl source code in visual studio 2008.Before compiling I have installed Active Perl. I have followed below steps. 1."C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat" 2.Perl Configure VC-WIN32 --prefix=C:/tmp_open_ssl These two steps working fine . But it is not executing " nmake -f ms\nt.mak" command , Can any one help me . Thanks Priyaranjan