In message <[EMAIL PROTECTED]> on
Sun, 21 Apr 2002 17:22:23 -0700 (PDT), Nir Goldman <[EMAIL PROTECTED]>
said:
nir> I tried installing openssl-0.9.6c and got the same errors as before. Cazn
nir> anyone help? It would be much appreciated. A sample of the errors are
nir> listed below.
nir>
nir> Thanks,
nir>
nir> Nir Goldman
nir>
nir> making all in crypto/bn...
nir> .
nir> cc -I.. -I../../include -DNO_ASM -O -DAIX -DB_ENDIAN -c bn_div.c
nir> "bn_div.c", line 252.39: 1506-114 (W) Duplicate length adjective long
nir> ignored.
nir> .
nir> .
nir> cc -I.. -I../../include -DNO_ASM -O -DAIX -DB_ENDIAN -c bn_asm.c
nir> "bn_asm.c", line 80.33: 1506-114 (W) Duplicate length adjective long
nir> ignored.
nir> .
nir> .
nir> "bn_asm.c", line 697.56: 1506-207 (S) Integer constant out of
nir> range.
nir> "bn_asm.c", line 697.56: 1506-206 (S) Suffix of integer constant is not
nir> valid.
nir> .
nir> .
nir> make: 1254-004 The error code from the last command is 1.
nir>
nir> Make Quitting.
nir> make: 1254-004 The error code from the last command is 1.
nir>
nir> Make Quitting.
nir> make: 1254-004 The error code from the last command is 1.
nir>
nir> Make Quitting.
Hmm, it looks like your compiler doesn't support 'long long'. Is this
a rather old version of the available compiler from IBM, or is it the
latest you can find for your version of AIX?
If it isn't the latest version of the compiler, you might want to
consider an upgrade, or perhaps changing to GNU cc.
If it's the latest compiler for that version of AIX, the Configure
script needs an update, since we currently assume that all versions of
all compilers on AIX support 'long long'.
A possibility is to define your own target, which can be done on the
command line, for example:
./Configure "aix3-cc:cc:-O -DAIX -DB_ENDIAN
-qmaxmem=16384::(unknown)::RC4_CHAR::::::::::dlfcn:"
This only differs from the target you probably got (aix43-cc) by not
having the option BN_LLONG.
Please try the configuration line above and tell us if that did
better. If it did, please also tell us what the following commands
give you:
uname -m
uname -r
uname -s
uname -v
Thank you.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]