Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Thomas J. Hruska
On 6/19/2015 12:51 PM, Jay Foster wrote: On 6/19/2015 10:52 AM, Jay Foster wrote: On 6/19/2015 8:55 AM, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jay Foster Sent: Friday, June 19, 2015 11:49 I started over from a clean directory and the bu

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jeremy Farrell
From: Jay Foster Sent: Friday, June 19, 2015 15:51 I got my application to compile and link. It seemed to run OK, but > when I tried to run it on a different Windows machine, it failed > with a pop up dialog complaining it could not find LIBEAY32.dll. I > 'thought' I was statically linking th

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Sergio NNX
> I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL > 1.0.2c for Windows, but get a linking error > My goal is to obtain a static library(ies) and associated header files > that I can use to compile my application that uses OpenSSL on Windows. > Where can I obtain these pre-bui

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Jay Foster > Sent: Friday, June 19, 2015 17:31 > > I see OpenSSL build output that looks like this: > > cl /Fotmp32dll\a_sign.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 > -DOPENSSL > _THREADS -DDSO_WIN32 -W3 -

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Jay Foster > Sent: Friday, June 19, 2015 17:09 > > > > I think "no-shared" is the Configure option you need. We actually have a > > script that changes some of the OpenSSL makefiles after configuring, so our > > process

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/19/2015 2:09 PM, Jay Foster wrote: On 6/19/2015 1:11 PM, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jay Foster Sent: Friday, June 19, 2015 15:51 I got my application to compile and link. It seemed to run OK, but when I tried to run

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/19/2015 1:11 PM, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jay Foster Sent: Friday, June 19, 2015 15:51 I got my application to compile and link. It seemed to run OK, but when I tried to run it on a different Windows machine, it failed

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Jay Foster > Sent: Friday, June 19, 2015 15:51 > > > I got my application to compile and link. It seemed to run OK, but when > I tried to run it on a different Windows machine, it failed with a pop > up dialog complain

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/19/2015 10:52 AM, Jay Foster wrote: On 6/19/2015 8:55 AM, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jay Foster Sent: Friday, June 19, 2015 11:49 I started over from a clean directory and the build completed. On linux, I would end up

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/19/2015 8:55 AM, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jay Foster Sent: Friday, June 19, 2015 11:49 I started over from a clean directory and the build completed. On linux, I would end up with two libraries (libssl, libcrypto). I

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Jay Foster > Sent: Friday, June 19, 2015 11:49 > > > I started over from a clean directory and the build completed. On > linux, I would end up with two libraries (libssl, libcrypto). I don't > see these on Windows in

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/19/2015 8:30 AM, Jay Foster wrote: On 6/18/2015 7:55 PM, Thomas J. Hruska wrote: On 6/18/2015 4:46 PM, Jay Foster wrote: I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL 1.0.2c for Windows, but get a linking error tmp32dll\x86cpuid.obj : fatal error LNK1112: module ma

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Jay Foster
On 6/18/2015 7:55 PM, Thomas J. Hruska wrote: On 6/18/2015 4:46 PM, Jay Foster wrote: I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL 1.0.2c for Windows, but get a linking error tmp32dll\x86cpuid.obj : fatal error LNK1112: module machine type 'X86' conflicts with target ma

Re: [openssl-users] Windows Compile Fails

2015-06-19 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Thomas J. Hruska > Sent: Thursday, June 18, 2015 22:56 > > On 6/18/2015 4:46 PM, Jay Foster wrote: > > I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL > > 1.0.2c for Windows, but get a linking er

Re: [openssl-users] Windows Compile Fails

2015-06-18 Thread Thomas J. Hruska
On 6/18/2015 4:46 PM, Jay Foster wrote: I'm new to building OpenSSL with Windows. I'm trying to build OpenSSL 1.0.2c for Windows, but get a linking error tmp32dll\x86cpuid.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' I googled for this error, bu