On 2005.05.25 at 23:53:13 +0200, Andy Polyakov wrote:

> I guess it was erroneously omitted in some 
> newer release. Try to patch your run-time environment by executing 
> http://www.openssl.org/~appro/values.c and report back. The patch is 
> designed to work with both old and new GCC releases. A.

With this patch it works on both my Solaris x86 machines

== first one ==
uname -a
SunOS elk 5.8 Generic_108529-23 i86pc i386 i86pc
as -V                                                              
as: Sun WorkShop 6 99/08/16
ld -V                                                              
ld: Software Generation Utilities - Solaris-ELF (4.0)
gcc -v                                                             
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/3.3/specs
Configured with: ../configure --disable-nls --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 3.3
================
== second one ===
uname -a
SunOS sol9 5.9 Generic_112234-03 i86pc i386 i86pc
as -V
as: Forte Developer 7 Compiler Common 7.0 IA32-iteam 2001/12/12
ld -V 
ld: Software Generation Utilities - Solaris Link Editors: 5.9-1.276
gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
==================

Interesting thing is that I have compiled lots of various sofware on
both these machines but never before encountered this problem with GCC
runtime. What makes OpenSSL so special that it hits this bug in the GCC
runtime?

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to