Hello Marcos,
Marcos Paraiso wrote:
Ok, I found out the proper command:
gcc -o test test.c c:\mingw\lib\libeay32.a c:\mingw\lib\ssleay32.a
This guy compiles my programs just fine...
And includes the full libeay and ssleay linbs in your executeable.
If anybody knows a better way, please tell me!!!
I
Date: Thu, 9 Sep 2004 15:25:09 -0300 (ART)
Subject: A little help please!!!
To: [EMAIL PROTECTED]
Hi everybody,
I just started studying the OpenSSL library and I already have a
problem...
I´m using minGW and the OpenSSL package from
http://www.slproweb.
\MinGW\minGW32I really don´t have a clue about what should I do...
Dunceor hmm <[EMAIL PROTECTED]> wrote:
compile with:gcc -o test test.c -lcrypto- Original Message -From: Marcos Paraiso <[EMAIL PROTECTED]>Date: Thu, 9 Sep 2004 15:25:09 -0300 (ART)Subject: A little help please!!!To
---
> From: Marcos Paraiso <[EMAIL PROTECTED]>
> Date: Thu, 9 Sep 2004 15:25:09 -0300 (ART)
> Subject: A little help please!!!
> To: [EMAIL PROTECTED]
>
> Hi everybody,
>
> I just started studying the OpenSSL library and I already have a problem...
> I´m using minGW and
compile with:
gcc -o test test.c -lcrypto
- Original Message -
From: Marcos Paraiso <[EMAIL PROTECTED]>
Date: Thu, 9 Sep 2004 15:25:09 -0300 (ART)
Subject: A little help please!!!
To: [EMAIL PROTECTED]
Hi everybody,
I just started studying the OpenSSL library and I already
Hi everybody,
I just started studying the OpenSSL library and I already have a problem...
I´m using minGW and the OpenSSL package from http://www.slproweb.com/products/Win32OpenSSL.html
on Windows 2000.
I´m having problems when I try to compile a simple application, like the one below:
#includ