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
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
So I have uesed the ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-SNAP-20050517.tar.gz But this version has another bug. But compilief it self will work. Now I get this error: gcc -o out\openssl tmp\verify.o tmp\asn1pars.o tmp\req.o tmp\dgst.o tmp\dh.o tm p\dhparam.o tmp\enc.o tmp

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

2005-05-17 Thread Frank Buttner
So I have uesed the ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-SNAP-20050517.tar.gz But this version has another bug. But compilief it self will work. Now I get this error: gcc -o out\openssl tmp\verify.o tmp\asn1pars.o tmp\req.o tmp\dgst.o tmp\dh.o tm p\dhparam.o tmp\enc.o tmp

[openssl.org #1073] Problems with generating SSE2 instructions with no-sse2 configuration options

2005-05-17 Thread Victor B. Wagner via RT
Hello, I've found following problem with compilation of OpenSSL on Solaris x86 platform: I use gcc 3.3 from www.sunfreeware.com, which is configured to use Sun native assembler. It seems that Sun assembler doesn't know anything about SSE2 instruction, and compilation of assembler file x86cpuid

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

2005-05-17 Thread Dr. Stephen Henson
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\ssltest.c:1979: error: (Each undeclared

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

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

Re: [openssl.org #897] Bug Report -- PEM_read and PEM_write functions cause application errors.

2005-05-17 Thread Matyas Majzik
Or compile OpenSSL with /Mt by editing ms/nt.mak if you want to use static librarys. - Original Message - From: "Marcus Carey via RT" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 17, 2005 7:22 AM Subject: Re: [openssl.org #897] Bug Report -- PEM_read and PEM_write functions cause applica