Re[4]: openssl-0.9.8 will not compile on MinGW

2005-07-08 Thread Alex Yaroslavsky
Hello, Frank! FB> Yes this work's Good Bugfix. And how can we inform the maintainers, so that FB> he can correct the build files? I'm new here, so I don't know how it works. I think what needs to be done is the "prerl -> asm" line added to the bat file (like all other asm creation) and the created

RE: Re[2]: openssl-0.9.8 will not compile on MinGW

2005-07-08 Thread Frank Buttner
enssl-0.9.8 will not compile on MinGW Hello, Alex! AY> Then I just ran the rest of the mingw32.bat file You need only this part, not all the bat file. Sorry. AY> echo Building the libraries AY> mingw32-make -f ms/mingw32a.mak AY> if errorlevel 1 goto end AY> echo Generatin

Re[2]: openssl-0.9.8 will not compile on MinGW

2005-07-07 Thread Alex Yaroslavsky
Hello, Alex! AY> Then I just ran the rest of the mingw32.bat file You need only this part, not all the bat file. Sorry. AY> echo Building the libraries AY> mingw32-make -f ms/mingw32a.mak AY> if errorlevel 1 goto end AY> echo Generating the DLLs and input libraries AY> dllwrap --dllname libeay3

Re: openssl-0.9.8 will not compile on MinGW

2005-07-07 Thread Alex Yaroslavsky
Hello, Frank! FB> Hello, i have tryed to compile openssl but it stops with the error: FB> gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 FB> -lgdi32 FB> out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to FB> `OPENSSL_ia32_cpuid' Yeah, I got that e

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
tatus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas J. Hruska Sent: Wednesday, July 06, 2005 10:30 PM To: openssl-users@openssl.org Subject: Re: openssl-0.9.8 will not compile on MinGW Frank Buttner wrote: > I have try Version openssl-0.9.7g this compile

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Thomas J. Hruska
Frank Buttner wrote: I have try Version openssl-0.9.7g this compile without any problems. So i think it is not a problem with the path "ms\mingw32 no-asm" complies cleanly and produces the DLL files. C:\c++\OpenSSL\openssl-0.9.8>ms\mingw32 Okay, assume the paths are fine. The two command

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
Subject: Re: openssl-0.9.8 will not compile on MinGW Jim Mosier wrote: > I am not sure what I did different, but my environment is: > WindowsXP Pro > MinGW 3.1.0 > ActiveState Perl 5.8.7 > > "ms\mingw32 no-asm" complies cleanly and produces the DLL files. Hmm...

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Thomas J. Hruska
Jim Mosier wrote: I am not sure what I did different, but my environment is: WindowsXP Pro MinGW 3.1.0 ActiveState Perl 5.8.7 "ms\mingw32 no-asm" complies cleanly and produces the DLL files. Hmm... On 7/6/05, Frank Buttner <[EMAIL PROTECTED]> wrote: So here the output: C:\c++\OpenSS

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
I use XP SP2 and mingw 4.1 and ActivePerl 5.8.7 Build 813 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Mosier Sent: Wednesday, July 06, 2005 9:42 PM To: openssl-users@openssl.org Subject: Re: openssl-0.9.8 will not compile on MinGW I am not sure

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Jim Mosier
I am not sure what I did different, but my environment is: WindowsXP Pro MinGW 3.1.0 ActiveState Perl 5.8.7 "ms\mingw32 no-asm" complies cleanly and produces the DLL files. On 7/6/05, Frank Buttner <[EMAIL PROTECTED]> wrote: > So here the output: > > C:\c++\OpenSSL\openssl-0.9.8>ms\mingw32

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
So here the output: C:\c++\OpenSSL\openssl-0.9.8>ms\mingw32 C:\c++\OpenSSL\openssl-0.9.8>perl Configure mingw Configuring for mingw no-gmp [default] OPENSSL_NO_GMP (skip dir) no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-mdc2 [default] OPENSSL_NO_MD

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 6 Jul 2005 18:53:43 +0200, "Frank Buttner" <[EMAIL PROTECTED]> said: frank-buettner> What data do you need. Can I send you the full output frank-buettner> of the compiling process? Configuration and compilation, yes please. Cheers, Richard - Please co

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
What data do you need. Can I send you the full output of the compiling process? -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 6:47 PM To: [EMAIL PROTECTED] Subject: Re: openssl-0.9.8 will not compile on MinGW In message

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
: [EMAIL PROTECTED] Subject: Re: openssl-0.9.8 will not compile on MinGW I am on windows too. I installed cygwin then built openssl.exe as instructions below. On 7/6/05, Frank Buttner <[EMAIL PROTECTED]> wrote: > This is Windows there will ./Configure not work > > -Original Mess

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
This is Windows there will ./Configure not work -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Mosier Sent: Wednesday, July 06, 2005 3:14 PM To: openssl-users@openssl.org Subject: Re: openssl-0.9.8 will not compile on MinGW I too was unable to

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Jim Mosier
I too was unable to compile using MinGW 3.1 but was able to sucessfully compile using the latest cygwin via the INSTALL.W32 directions. ./Configure mingw make On 7/6/05, Frank Buttner <[EMAIL PROTECTED]> wrote: > Hello, i have tryed to compile openssl but it stops with the error: > gcc -o out\md

openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
Hello, i have tryed to compile openssl but it stops with the error: gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 -lgdi32 out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to `OPENSSL_ia32_cpuid'