Re: A little help please!!!

2004-09-15 Thread Goetz Babin-Ebell
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

Re: A little help please!!!

2004-09-09 Thread Lawrence Bowie
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.

Re: A little help please!!!

2004-09-09 Thread Marcos Paraiso
\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

Re: A little help please!!!

2004-09-09 Thread Smith Baylor
--- > 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

Re: A little help please!!!

2004-09-09 Thread Dunceor hmm
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

A little help please!!!

2004-09-09 Thread Marcos Paraiso
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