RE: Problems linking against OpenSSL with mingw

2009-09-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Eystein Måløy Stenberg > Sent: Monday, 21 September, 2009 02:59 > You nailed it. > "gcc -I/usr/local/ssl/include -L/usr/local/ssl/lib aes.c -lcrypto" > works perfectly. > However, on Red Hat, it compiles and links no matter where I > put the in

Re: Problems linking against OpenSSL with mingw

2009-09-20 Thread Eystein Måløy Stenberg
You nailed it. "gcc -I/usr/local/ssl/include -L/usr/local/ssl/lib aes.c -lcrypto" works perfectly. However, on Red Hat, it compiles and links no matter where I put the input file (checked it again). Thank you very much! -Eystein On Mon, Sep 21, 2009 at 12:30 AM, Dave Thompson wrote: >> From: ow

RE: Problems linking against OpenSSL with mingw

2009-09-20 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Eystein Måløy Stenberg > Sent: Sunday, 20 September, 2009 15:13 > I try to compile it, on both mingw installations, with: "gcc > -I/usr/local/ssl/include -L/usr/local/ssl/lib -lcrypto aes.c", which > gives: > --- > C:\Users\Limit\AppData\Local\

RE: Problems linking against OpenSSL with mingw

2009-09-20 Thread Jeremy Farrell
> From: Eystein Måløy Stenberg > > I manage to build OpenSSL beta3 successfully on two mingw > installations - one on 32 bit WinXP (mingw.org), and one on 64 bit > Vista (http://sourceforge.net/projects/mingw-w64/). > I use "./Configure mingw shared" and "./Configure mingw64 no-asm > no-shared", r

Problems linking against OpenSSL with mingw

2009-09-20 Thread Eystein Måløy Stenberg
Hi all, I manage to build OpenSSL beta3 successfully on two mingw installations - one on 32 bit WinXP (mingw.org), and one on 64 bit Vista (http://sourceforge.net/projects/mingw-w64/). I use "./Configure mingw shared" and "./Configure mingw64 no-asm no-shared", respectively (followed by make, make