Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Richard Levitte
In message <39de3d0c-b9f8-6576-b4ed-de4501fcb...@wisemo.com> on Tue, 10 Jan 2017 20:20:30 +0100, Jakob Bohm said: jb-openssl> On 10/01/2017 19:43, Matt Caswell wrote: jb-openssl> > Notes on Perl on Windows jb-openssl> > jb-openssl> >

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
ers-boun...@openssl.org> on behalf of Jeffrey Walton <noloa...@gmail.com> Sent: Tuesday, January 10, 2017 11:52 AM To: OpenSSL Users Subject: Re: [openssl-users] Build problems on Windows IF EXIST libcrypto-1_1-x64.dll.manifest DEL /F /Q libcrypto-1_1-x64.dll.manifest

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Jeffrey Walton
> IF EXIST libcrypto-1_1-x64.dll.manifest DEL /F /Q > libcrypto-1_1-x64.dll.manifest > link /nologo /debug /dll /implib:libcrypto.lib > /out:libcrypto-1_1-x64.dll /def:libcrypto-1_1-x64.def > @C:\Users\jesaremi\AppData\Local\Temp\nm8557.tmp || (DEL /Q libcrypto.* >

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
ror U1077: 'link' : return code '0x1' Stop. From: openssl-users <openssl-users-boun...@openssl.org> on behalf of Jakob Bohm <jb-open...@wisemo.com> Sent: Tuesday, January 10, 2017 11:20 AM To: openssl-users@openssl.org Subject: Re: [openssl-users]

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread rjkmurray40
sl.org Subject: Re: [openssl-users] Build problems on Windows On 10/01/2017 19:43, Matt Caswell wrote: >   Notes on Perl on Windows >   > >   There are a number of build targets that can be viewed as "Windows". >   Indeed, there are VC-* configs ta

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Jakob Bohm
On 10/01/2017 19:43, Matt Caswell wrote: Notes on Perl on Windows There are a number of build targets that can be viewed as "Windows". Indeed, there are VC-* configs targeting VisualStudio C, as well as MinGW and Cygwin. The key recommendation is to use

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
.org Subject: Re: [openssl-users] Build problems on Windows On 10/01/17 18:34, jeff saremi wrote: > D:\repos\openssl2\openssl-1.1.0c>perl -v > > This is perl 5, version 22, subversion 1 (v5.22.1) built for > x86_64-msys-thread-multi > Copyright 1987-2015, Larry Wall You are using

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread Matt Caswell
www.activestate.com/ActivePerl. Matt > > > > > *From:* openssl-users <openssl-users-boun...@openssl.org> on behalf of > Jakob Bohm <jb-open...@wisemo.com> > *Sent:* Monday, January 9, 2017 9:46 PM > *To:* openssl-us

Re: [openssl-users] Build problems on Windows

2017-01-10 Thread jeff saremi
<jb-open...@wisemo.com> Sent: Monday, January 9, 2017 9:46 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Build problems on Windows On 10/01/2017 05:04, jeff saremi wrote: > > Hello > > I downloaded openssl-1.1.0c and i'm trying to build this on Windows 10 > using Vis

Re: [openssl-users] Build problems on Windows

2017-01-09 Thread Jakob Bohm
On 10/01/2017 05:04, jeff saremi wrote: Hello I downloaded openssl-1.1.0c and i'm trying to build this on Windows 10 using Visual Studio 2015. I'm following the INSTALL and NOTES.WIN instructions however I get stopped rather quickly with file not found issues.. I have also installed nasm.