Mixmaster wrote:
> 
> Alexander said he used gcc 2.8.1 and got the fatal signal 10 in bn_asm.c
> that is known to happen with 2.8.1 on HPUX.  That's a gcc bug and that's
> why there's a note in Configure that says gcc 2.8.1 is broken.  If
> undefining BN_LLONG actually gets rid of the gcc failure then that should
> be noted in Configure where it currently just says "gcc 2.8.1 is also
> broken".
> 
> Has there seen anything on the lists saying undefining BN_LLONG on HPUX
> actually fixed anything?  BN_LLONG *should* work on HPUX and it does on
> my HPUX 10.20 with the unbundled cc and the "hpux10-cc" configuration.
> If anyone uses that config and has problems then their system is broken,
> not the openssl code or configuration, and they need to look for HPUX
> patches, etc. to fix the problem (and report the symptoms and solution
> to the list).
> 

Well, i did not touch BN_LLONG, but changed -O3 to -O1. Everything's
compiled without errors. I'll take a look if it really works now :-)

--
Alexander
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to