> 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
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
> 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\
> 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
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