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

2005-07-08 Thread Frank Buttner
Yes this work's Good Bugfix. And how can we inform the maintainers, so that he can correct the build files? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Yaroslavsky Sent: Friday, July 08, 2005 5:19 AM To: Alex Yaroslavsky Subject: Re[2]: openssl-

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 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 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 w

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 Frank Buttner
<[EMAIL PROTECTED]> on Wed, 6 Jul 2005 14:40:51 +0200, "Frank Buttner" <[EMAIL PROTECTED]> said: frank-buettner> Hello, i have tryed to compile openssl but it stops with the error: frank-buettner> gcc -o out\md2test tmp\md2test.o out\libssl.a frank-buettner>

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 compil

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'

RE: Bug in 0.9.7g so that can't compile on mingw

2005-05-17 Thread Frank Buttner
So i have found the problem. It is in the file util/mk1mf.pl where E_EXE=openssl must become E_EXE=openssl.exe. Then it works. But i don't now, is this the right bugfix or is this option platform depend?? Thanks for all help. __

RE: Bug in 0.9.7g so that can't compile on mingw

2005-05-17 Thread Frank Buttner
On Tue, May 17, 2005, Frank Buttner wrote: > When I try to compile openssl 0.9.7g with ms\mingw32 fips I get the > error: > .\ssl\ssltest.c: In function `app_verify_callback': > .\ssl\ssltest.c:1979: error: `s' undeclared (first use in this > function) > .\ssl\ssl

Bug in 0.9.7g so that can't compile on mingw

2005-05-17 Thread Frank Buttner
When I try to compile openssl 0.9.7g with ms\mingw32 fips I get the error: .\ssl\ssltest.c: In function `app_verify_callback': .\ssl\ssltest.c:1979: error: `s' undeclared (first use in this function) .\ssl\ssltest.c:1979: error: (Each undeclared identifier is reported only once .\ssl\ssltest.c:1979