RE: Need help trying to build openssl in Windows x64

2009-10-07 Thread Younie, Bradford
> > I believe Thomas offers both - if I recall correctly. Try out > http://www.slproweb.com/download/Win64OpenSSL-0_9_8k.exe. > Take a look at the ...\OpenSSL\lib\VC\static folder. Thanks Jeffrey, That did the trick. I had downloaded the "light" libraries by accident. That's why I couldn't fin

Re: Need help trying to build openssl in Windows x64

2009-10-07 Thread Jeffrey Walton
On Wed, Oct 7, 2009 at 11:22 AM, Younie, Bradford wrote: >> Hi Bradford, >> >> I've found it easier to use Shining Light's prebuilt OpenSSL gear. >> Thomas provides both x86 and x64 binaries. See >> http://www.slproweb.com/products/Win32OpenSSL.html. >> > > Thanks Jeff, > > I noticed that Shining

RE: Need help trying to build openssl in Windows x64

2009-10-07 Thread Younie, Bradford
> Hi Bradford, > > I've found it easier to use Shining Light's prebuilt OpenSSL gear. > Thomas provides both x86 and x64 binaries. See > http://www.slproweb.com/products/Win32OpenSSL.html. > Thanks Jeff, I noticed that Shining Light only gives you the DLL's, but I need the .lib files for my pr

Re: Need help trying to build openssl in Windows x64

2009-10-07 Thread Jeffrey Walton
Hi Bradford, > tmp32dll\uplink.obj : fatal error LNK1112: module machine type 'X86' > conflicts with target machine type 'x64' MachineType is a field in both the object file and PE file. uplink.obj was built for x86, but your target is an x64 executable. I've found it easier to use Shining Light'

Need help trying to build openssl in Windows x64

2009-10-07 Thread Younie, Bradford
I followed the instructions detailed in INSTALL.W64. Here's what I did: perl Configure VC-WIN64A ms\do_win64a nmake -f ms\ntdll.mak The nmake command failed with: Building OpenSSL link /nologo /subsystem:console /opt:ref /dll /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~