Re: building OpenSSL using MinGW

2009-03-18 Thread Victor B. Wagner
On 2009.03.18 at 14:08:24 +0300, mb0 wrote: > Hello, > > I'm trying to build openssl-0.9.8j using MinGW compiler on WindowsXP 32bit. > use command: > ms\mingw32 > > During build process ssleay32.dll is not created. > Only libeay32, libssl32 > > BUT if build using Visual Studio, all 3 dll libraries

building OpenSSL using MinGW

2009-03-18 Thread mb0
Hello, I'm trying to build openssl-0.9.8j using MinGW compiler on WindowsXP 32bit. use command: ms\mingw32 During build process ssleay32.dll is not created. Only libeay32, libssl32 BUT if build using Visual Studio, all 3 dll libraries are created. How to solve this problem? I need to build usin