Re: Cross compile OpenSSL in Linux using MinGW32

2006-10-19 Thread Victor B. Wagner
On 2006.10.17 at 19:40:05 +0200, Alon Bar-Lev wrote: > Hello, > > I tried to compile OpenSSL using MinGW on Linux, but I could not do > this. > I've tried to modify configurations, converting ms/mingw.bat to > ms/mingw.sh, removing the translation of / into \, and more... > > Before I making t

[openssl.org #1415] Binary Segmentation fault - Suse Linux - SSL_CTX_new

2006-10-19 Thread via RT
Hallo, i am working for an application based on unix systems. this appliction needs a ssl client connection to an server. I had written a ssl connection which works fine on AIX, HP-UX, Solaris and Windows. But on Suse Linux theres is an segmentation fault after SSL_CTX_new. Please see the cod

Re: [openssl.org #1415] Binary Segmentation fault - Suse Linux - SSL_CTX_new

2006-10-19 Thread Nils Larsch
via RT wrote: Hallo, i am working for an application based on unix systems. this appliction needs a ssl client connection to an server. I had written a ssl connection which works fine on AIX, HP-UX, Solaris and Windows. But on Suse Linux theres is an segmentation fault after SSL_CTX_new. Ple

Re: Cross compile OpenSSL in Linux using MinGW32

2006-10-19 Thread Alon Bar-Lev
On Thursday 19 October 2006 12:02, Victor B. Wagner wrote: > I do it routinely. Thank you for your reply! > > 1. Modify Configure script, adding target > mingw-cross > (this all should go into one line) > "mingw-cross", "i586-mingw32msvc-gcc:-mno-cygwin -DL_ENDIAN > -fomit-frame-pointer -O3 -ma

Re: Cross compile OpenSSL in Linux using MinGW32

2006-10-19 Thread Andy Polyakov
I tried to compile OpenSSL using MinGW on Linux, but I could not do this. I've tried to modify configurations, converting ms/mingw.bat to ms/mingw.sh, removing the translation of / into \, and more... For reference. Occasional mingw tests are performed with Unix build procedure nowadays. I mea