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 hacked my way through it. I've per

[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

Re: [Mingw-w64-public] Mingw + mkl

2010-05-17 Thread Mario Rodríguez
2010/5/14 Tony Theodore > On 15 May 2010 05:28, Doug Semler wrote: > > 2010/5/14 Tony Theodore : > >> 2010/5/15 Mario Rodríguez : > >>> Hi, > >>> > >>> I want to use *MKL*`s lapack & BLAS in my *mingw* project. > >>> > >>> I use this libraries for 32 bits linking: mkl_intel_c_dll.lib, > >>> mkl_

Re: [Mingw-w64-public] Underscore problem with mpfr configure

2010-05-17 Thread t66...@gmail.com
> I have a question, why does it require user to manually ranlib the > installed 32bit w64 library (shouldn't binutils or gcc invoke ranlib > after linking?) ? Sorry about the noise this isn't underscore issue. I just found out it found the wrong ranlib version, which I'll need to fix the env vari

Re: [Mingw-w64-public] Underscore problem with mpfr configure

2010-05-17 Thread t66...@gmail.com
On 17/05/2010 8:44 PM, JonY wrote: > On 5/17/2010 18:23, t66...@gmail.com wrote: >> Hello, >> I'm using gcc-4.5 branch multi-lib cross compiler >> And today I tries to compile GDB 7.1 >> gdb x86_64-w64 target build successfully >> >> Trying to build mpfr host = i686-w64 or i686-pc >> >>> checking f

Re: [Mingw-w64-public] Underscore problem with mpfr configure

2010-05-17 Thread JonY
On 5/17/2010 18:23, t66...@gmail.com wrote: > Hello, > I'm using gcc-4.5 branch multi-lib cross compiler > And today I tries to compile GDB 7.1 > gdb x86_64-w64 target build successfully > > Trying to build mpfr host = i686-w64 or i686-pc > >> checking for __gmpz_init in -lgmp... no >> configure: e

[Mingw-w64-public] Underscore problem with mpfr configure

2010-05-17 Thread t66...@gmail.com
Hello, I'm using gcc-4.5 branch multi-lib cross compiler And today I tries to compile GDB 7.1 gdb x86_64-w64 target build successfully Trying to build mpfr host = i686-w64 or i686-pc > checking for __gmpz_init in -lgmp... no > configure: error: libgmp not found or uses a different ABI. > Please r