Re: [openssl.org #2382] Win98 mingw problem with openssl head

2010-12-12 Thread dkauf...@rahul.net via RT
On Sun, 12 Dec 2010, Andy Polyakov via RT wrote: I used this as a jumping point to investigate and can share some information about the build on Win98 with mingw. I am also attaching a patch for you to look at. Please verify http://cvs.openssl.org/chngview?cn=20153. I just compiled on

Re: [openssl.org #2382] Win98 mingw problem with openssl head

2010-12-01 Thread dkauf...@rahul.net via RT
On Wed, 1 Dec 2010, Andy Polyakov via RT wrote: (I said:) I thought that unicows had to be linked as the first library, so I manually added -lunicows at the beginning of the LIBRARIES variable in apps/Makefile, after Configure had completed. ... else /*if

Re: [openssl.org #2381] MinGW builds are being optimized for MS-DOS

2010-11-26 Thread dkauf...@rahul.net via RT
On Fri, 26 Nov 2010, Zouzou via RT wrote: i am reporting a bug with regards to a missing flag in MinGW targets. the bug is present in both 0.9 and 1.0 branches; it is (in our case) only leading to crashes in 1.0. the missing flag is: OPENSSL_SYSNAME_WIN32 it is always defined for MSVC

[openssl.org #2101] Patch for HEAD - DJGPP and Mingw

2009-11-13 Thread dkauf...@rahul.net via RT
I just compiled static builds of Openssl from the head snapshot openssl-SNAP-2009.tar.gz for DJGPP and for Mingw (under Cygwin using -mno-cygwin). Both build and test without difficulty except for 2 changes needed in one of the test modules. One change includes the .exe suffix for the

[openssl.org #1889] [PATCH] Mingw OpenSSL 1.0.0 Beta2 compile failures

2009-04-06 Thread dkauf...@rahul.net via RT
I tried compiling Beta 2 of OpenSSL 1.0.0 for mingw under cygwin, static build only, and found two errors which stopped compilation. One was a rejected perl syntax in one file. The other was that, since mingw defines OPENSSL_SYS_WIN32, it attempted to compile the CryptoAPI engine e_capi.c.