Re: OpenSSL and MinGW - Error report

2011-02-16 Thread Rui Fernandes
Thank you very much Mounir. It works now. Kind regards, Rui Fernandes On Wed, Feb 16, 2011 at 11:57 PM, Mounir IDRASSI wrote: > Hi, > > Add -leay32 to the end of the gcc command line of order to suppress the > link errors you are seeing. This will help the gcc linker find the missing > symbols

Re: OpenSSL and MinGW - Error report

2011-02-16 Thread Mounir IDRASSI
Hi, Add -leay32 to the end of the gcc command line of order to suppress the link errors you are seeing. This will help the gcc linker find the missing symbols exported by libeay32.a. Cheers, -- Mounir IDRASSI IDRIX http://www.idrix.fr On 2/16/2011 8:07 PM, Rui Fernandes wrote: I've followed

OpenSSL and MinGW - Error report

2011-02-16 Thread Rui Fernandes
I've followed these instructions: "Assuming a default installation (C:\OpenSSL), go to 'C:\OpenSSL\lib\MinGW' and copy all of the files to your MinGW 'lib' directory. Next, copy everything in the 'C:\OpenSSL\include' directory to your MinGW 'include' directory." I've called the bn.h, with: #inc

OpenSSL and MinGW

2011-02-16 Thread Rui Fernandes
Hi again, I've downloaded the package OpenSSL for Windows32 - I've intended to use it with MinGW. The application created a folder, C:\OpenSSL-Win32. My questions - since I'm a newbie - are (if someone can help me): 1) What do I place and where inside MinGW? I've tryed putting the entire folder i

OpenSSL and MinGW

2011-02-16 Thread Rui Fernandes
Hi again, I've downloaded the package OpenSSL for Windows32 - I've intended to use it with MinGW. The application created a folder, C:\OpenSSL-Win32. My questions - since I'm a newbie - are (if someone can help me): 1) What do I place and where inside MinGW? I've tryed putting the entire folder i