Re: v0.9.8 and MingW inside MSYS

2005-07-12 Thread Matthias Mohr
Hi Doug, Hi Richard, > > A "no-engine" directive to Configure is not one of the documented > > options, but looking at Configure, I think it will just cause > > OPENSSL_NO_ENGINE to be defined. It doesn't affect which files are > > compiled. You were right, it's no longer one of the documented opt

Re: v0.9.8 and MingW inside MSYS

2005-07-12 Thread Doug Kaufman
On Tue, 12 Jul 2005, Richard Levitte wrote: > Doug Kaufman writes: > > > A "no-engine" directive to Configure is not one of the documented > > options, but looking at Configure, I think it will just cause > > OPENSSL_NO_ENGINE to be defined. It doesn't affect which files are > > compiled. > > n

Re: v0.9.8 and MingW inside MSYS

2005-07-12 Thread Richard Levitte
Doug Kaufman writes: A "no-engine" directive to Configure is not one of the documented options, but looking at Configure, I think it will just cause OPENSSL_NO_ENGINE to be defined. It doesn't affect which files are compiled. no-engine shouldn't be used. It doesn't work, and exactly for the r

Re: v0.9.8 and MingW inside MSYS

2005-07-11 Thread Doug Kaufman
On Mon, 11 Jul 2005, Matthias Mohr wrote: > > $IsMK1MF=1 if ($target eq "mingw" && ^O ne "cygwin"); > > > > What this does, if your version of perl was not built on cygwin, is to > > make buildinf.h into the version that you have, instead of the one > > generated by crypto/Makefile. If you either

Re: v0.9.8 and MingW inside MSYS

2005-07-11 Thread Matthias Mohr
Hi Doug, > > In file included from cversion.c:62: > > buildinf.h:6:4: #error "Windows builds (PLATFORM=mingw) use > > mk1mf.pl-created Makefiles" > > make[1]: *** [cversion.o] Error 1 > > make[1]: Leaving directory `/c/Prog/Projekt/openssl-0.9.8/crypto' > > make: *** [build_crypto] Error 1 > > I

Re: v0.9.8 and MingW inside MSYS

2005-07-08 Thread Doug Kaufman
On Fri, 8 Jul 2005, Matthias Mohr wrote: > I tried to compile OpenSSL v0.9.8 inside Windows with > MingW environment inside MingW's MSYS environment > (this is a small unix like environment like cygwin, but much > smaller and native to windows). > > So I did it the usual Unix way: > > ./Configur

Re: v0.9.8 and MingW inside MSYS

2005-07-08 Thread Matthias Mohr
> Just for the records. MSYS *is* Cygwin, a branch from a very old > version of Cygwin. It's no way more or less "native" than Cygwin > itself. Maybe - but without any cygwin.dll and the compiler chain and other tools also don't need any cygwin.dll. And they also don't need any special flags (lik

Re: v0.9.8 and MingW inside MSYS

2005-07-08 Thread Corinna Vinschen
On Jul 8 22:08, Matthias Mohr wrote: > Hi everybody, > > I tried to compile OpenSSL v0.9.8 inside Windows with > MingW environment inside MingW's MSYS environment > (this is a small unix like environment like cygwin, but much > smaller and native to windows). Just for the records. MSYS *is* Cyg

v0.9.8 and MingW inside MSYS

2005-07-08 Thread Matthias Mohr
Hi everybody, I tried to compile OpenSSL v0.9.8 inside Windows with MingW environment inside MingW's MSYS environment (this is a small unix like environment like cygwin, but much smaller and native to windows). So I did it the usual Unix way: ./Configure no-engine mingw make PERL=$(which perl) l