Re: [Mingw-w64-public] openssl

2010-05-25 Thread Ruben Van Boxem
2010/5/25 Ruben Van Boxem > I'm hoping this email will get added to the right message thread (don't > know how to reply to a thread made before my subscription...) > > OpenSSL works fine if you use the 1.0.0 daily snapshots. I understand that > may not be a possibility for you, but the plain 1.0.

[Mingw-w64-public] openssl

2010-05-25 Thread Ruben Van Boxem
I'm hoping this email will get added to the right message thread (don't know how to reply to a thread made before my subscription...) OpenSSL works fine if you use the 1.0.0 daily snapshots. I understand that may not be a possibility for you, but the plain 1.0.0-stable-SNAPSHOT-x sources work

Re: [Mingw-w64-public] openssl

2010-05-18 Thread Sisyphus
- Original Message - From: "Brian Lewis" > Have you built DLLs, though? Alas, no. Assuming you're gcc executable is named 'gcc.exe', you should be able to start with './config shared no_asm'. Then, in the resultant top level Makefile, remove the one occurrence of '-march=i486'. I t

Re: [Mingw-w64-public] openssl

2010-05-18 Thread Brian Lewis
On Tuesday, 18.05.10 at 13:49, Sisyphus wrote: > Here's how I've hacked my way through it. Thanks very much for responding. Using your instructions, I was able to build it successfully. Have you built DLLs, though? -- __

Re: [Mingw-w64-public] openssl

2010-05-17 Thread Sisyphus
- Original Message - From: "Sisyphus" > Then, in the test/Makefile, add ' -lws2_32 -lgdi32' to LIBDEPS (wherever I > find an assignment to 'LIBDEPS' in that Makefile). Same applies to apps/Makefile. (Seems to be the only detail I missed.) Cheers, Rob ---

Re: [Mingw-w64-public] openssl

2010-05-17 Thread Sisyphus
- Original Message - From: "Brian Lewis" To: Sent: Tuesday, May 18, 2010 7:57 AM Subject: [Mingw-w64-public] openssl > Has anyone built openssl 0.9.8n? Been bangin' my head against the same wall for more hours than I care to admit. Here's how I've hac

[Mingw-w64-public] openssl

2010-05-17 Thread Brian Lewis
Has anyone built openssl 0.9.8n? I'm trying to build in cygwin. Because openssl's build system doesn't allow specifing the host triplet through --host, I have symlinks in my ~/bin from, e.g., gcc, to ~/mingw-w64-x86_64/bin/x86_64-w64-mingw32-gcc. $ ./Configure mingw no-asm $ make Right away, mak