RE: OpenSSL for Mingw

2006-02-22 Thread Kiefer, Sascha
Reinstalled my MinGW and it works now. :) --sk > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dr. > Stephen Henson > Sent: Sonntag, 12. Februar 2006 02:20 > To: openssl-users@openssl.org > Subject: Re: OpenSSL for Mingw &

Re: OpenSSL for Mingw

2006-02-11 Thread Dr. Stephen Henson
On Sun, Feb 12, 2006, Kiefer, Sascha wrote: > Not any better. > But i detected an error: Not all h-files are copied to ./include > Copying all of them (by hand, or by a script) let me compile almost > everything (by calling ./config and make) > but at the end i still get an error that there is no

RE: OpenSSL for Mingw

2006-02-11 Thread Kiefer, Sascha
. > Stephen Henson > Sent: Donnerstag, 9. Februar 2006 19:32 > To: openssl-users@openssl.org > Subject: Re: OpenSSL for Mingw > > > On Thu, Feb 09, 2006, Kiefer, Sascha wrote: > > > Looked better (now ./config copied the .h files and so on) but still > > error&

Re: OpenSSL for Mingw

2006-02-10 Thread Cesc
Hi, Yesterday i managed to compile openssl-0.9.8a, provided a patch (credit to Mikael Magnusson). I attach the patch. Cross-compilation from a debian etch (testing), using mingw32. As for the configure line: ./Configure --prefix=$CROSS_COMPILE_FOLDER threads shared mingwx I don't know exactly th

Re: OpenSSL for Mingw

2006-02-09 Thread Dr. Stephen Henson
On Thu, Feb 09, 2006, Kiefer, Sascha wrote: > Looked better (now ./config copied the .h files and so on) but still > error's: > > $ make > making all in crypto... > make[1]: Entering directory `/d/Eigene > Dateien/Downloads/openssl-0.9.8a/crypto' > ( echo "#ifndef MK1MF_BUILD"; \ > echo ' /* aut

RE: OpenSSL for Mingw

2006-02-09 Thread Kiefer, Sascha
ctory `/d/Eigene Dateien/Downloads/openssl-0.9.8a/crypto' make: *** [build_crypto] Error 1 Why is it '../include/openssl/crypto.h' . It should be './include/', right ? --esskar > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Be

Re: OpenSSL for Mingw

2006-02-09 Thread Dr. Stephen Henson
On Thu, Feb 09, 2006, Kiefer, Sascha wrote: > No, that did not work. > See the first mail for the error. > In the "Configure" script try commenting out the line: $IsMK1MF=1 if ($target eq "mingw" && $^O ne "cygwin"); Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage Open

RE: OpenSSL for Mingw

2006-02-08 Thread Kiefer, Sascha
No, that did not work. See the first mail for the error. --esskar > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dr. > Stephen Henson > Sent: Donnerstag, 9. Februar 2006 01:14 > To: openssl-users@openssl.org > Subject:

Re: OpenSSL for Mingw

2006-02-08 Thread Dr. Stephen Henson
On Thu, Feb 09, 2006, Kiefer, Sascha wrote: > Ah, okay. I have to call that .bat file on the cmd, not in the mingw-shell > >From the msys shell you should be able to just do: ./config make Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer a

RE: OpenSSL for Mingw

2006-02-08 Thread Kiefer, Sascha
Ah, okay. I have to call that .bat file on the cmd, not in the mingw-shell --sak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kiefer, Sascha > Sent: Mittwoch, 8. Februar 2006 23:58 > To: openssl-users@openssl.org > Subject: OpenSSL for Mingw >