fails, as outlined by the attached make report output, in the big number 
sqr test.

Info:
1) the IBM C compiler can be run in a number of compiler modes, which 
are described thus:

> a) xlc Invokes the compiler for C source files with a default language 
> level of ansi, and
> compiler option -qansialias to allow type-based aliasing.
> b) cc Invokes the compiler for C source files with a default language 
> level of extended
> and compiler options -qnoro and -qnoroconst (to provide compatibility 
> with the
> RT compiler and placement of string literals or constant values in 
> read/write
> storage). Use this invocation for legacy C code that does not require 
> compliance
> with ANSI C.
> d) c89 Invokes the compiler for C source files, with a default 
> language level of ansi,
> and specifies compiler options -qansialias (to allow type based 
> aliasing) and
> -qnolonglong (disabling use of long long), and sets -D_ANSI_C_SOURCE (for
> ANSI-conformant headers). Use this invocation for strict conformance 
> to the
> ANSI standard (ISO/IEC 9899:1990).

I  created a symbolic link, /usr/bin/cc pointing to the xlc compiler mode.

2) Tried running it in the (xlc28)128 bit mode for bigger ints, didn't 
make a difference.  I also ran  it in the THREAD_SAFE mode (xlc_r) which 
built OK, but failed the same place with bnsqr

Thanks in advance for any assistance that you can provide.



-- 
====
Stewart Dean, Unix System Admin, Henderson Computer Resources 
Center of Bard College, Annandale-on-Hudson, New York  12504  
[EMAIL PROTECTED]  voice: 845-758-7475, fax: 845-758-7035

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

Reply via email to