Re: [openssl-dev] OpenSSL 1.0.2f build issue - unresolved external symbol

2016-03-01 Thread Atul Thosar
Thanks Andy, Michel. I'll give a try again. -- B ​R​ , Atul Thosar On 1 March 2016 at 18:30, Andy Polyakov wrote: > > link /nologo /subsystem:console /opt:ref /debug /dll > > /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def > > @C:\Users\athosar\AppData\Local\Temp\nm43EB.tmp

Re: [openssl-dev] OpenSSL 1.0.2f build issue - unresolved external symbol

2016-03-01 Thread Andy Polyakov
> link /nologo /subsystem:console /opt:ref /debug /dll > /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def > @C:\Users\athosar\AppData\Local\Temp\nm43EB.tmp > Creating library out32dll\libeay32.lib and object out32dll\libeay32.exp > cryptlib.obj : error LNK2001: unresolved external symbol

Re: [openssl-dev] OpenSSL 1.0.2f build issue - unresolved external symbol

2016-03-01 Thread Michel
Hi, FWIW, trying the exact same configure commands on OpenSSL 1.0.2f : perl Configure VC-WIN32 no-asm --prefix= ms\do_ms nmake -f ms\ntdll.mak I was NOT able to reproduce the problem under Windows 7 64 bits using Visual Studio 2013 and Perl 5.22.1. Everything goes fine. Michel.

Re: [openssl-dev] OpenSSL 1.0.2f build issue - unresolved external symbol

2016-02-29 Thread Atul Thosar
Any thoughts/pointers? Including openssl-users group in hope if any one aware of this issue. -- ​BR , Atul Thosar On 29 February 2016 at 00:15, Atul Thosar wrote: > Hi All, > I am building OpenSSL v1.0.2f for Win32 platform, but compilation failed > w/ following errors.

[openssl-dev] OpenSSL 1.0.2f build issue - unresolved external symbol

2016-02-28 Thread Atul Thosar
Hi All, I am building OpenSSL v1.0.2f for Win32 platform, but compilation failed w/ following errors. I googled a bit, but could not locate the exact cause. Appreciate if anyone could help. Thanks in Advance. rc /fo"tmp32dll\libeay32.res" /d CRYPTO ms\version32.rc link /nologo /subsystem:console