RE: AIX-64-bit build

2005-06-02 Thread Gill, Prabhprit (Prabh)
FYI, 0.9.7g builds and executes fine on AIX, in 64-bit mode (aix64-cc).
Thanks to Peter Waltenberg for all his help.

Cheers,
  Prab.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: AIX 64-bit build.

2005-05-27 Thread Franz, Paul
Which compiler? GCC or IBM's C Compiler?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 4:19 AM
To: openssl-users@openssl.org
Subject: FW: AIX 64-bit build.


Hi,

I have built a 64-bit version of OpenSSL on AIX 5.1, and it is failing
the test on bn_sqr.  It looks like the bn_sqr or bn_div functions are
not working for very large numbers.  Has anyone else ran into this
problem?
(I also built a 64-bit version on HPUX 11, but this is working fine.)

Thanks.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: AIX 64-bit build.

2005-05-27 Thread Gill, Prabhprit (Prabh)
It's IBM's cc compiler (C for AIX Compiler, Version 5).  Also, I am
trying to build openssl-0.9.7d.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Franz, Paul
Sent: 27 May 2005 11:01
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

Which compiler? GCC or IBM's C Compiler?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 4:19 AM
To: openssl-users@openssl.org
Subject: FW: AIX 64-bit build.


Hi,

I have built a 64-bit version of OpenSSL on AIX 5.1, and it is failing
the test on bn_sqr.  It looks like the bn_sqr or bn_div functions are
not working for very large numbers.  Has anyone else ran into this
problem?
(I also built a 64-bit version on HPUX 11, but this is working fine.)

Thanks.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: AIX 64-bit build.

2005-05-27 Thread Franz, Paul
I have compiled a 64-bit version openssl-0.9.7g under AIX 5.3 using the
IBM cc compiler without trouble. (including running through all of the
tests). Currently, I am assume that one of the tests uses the below
functions, correct?

Paul Franz

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 6:13 AM
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

It's IBM's cc compiler (C for AIX Compiler, Version 5).  Also, I am
trying to build openssl-0.9.7d.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Franz, Paul
Sent: 27 May 2005 11:01
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

Which compiler? GCC or IBM's C Compiler?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 4:19 AM
To: openssl-users@openssl.org
Subject: FW: AIX 64-bit build.


Hi,

I have built a 64-bit version of OpenSSL on AIX 5.1, and it is failing
the test on bn_sqr.  It looks like the bn_sqr or bn_div functions are
not working for very large numbers.  Has anyone else ran into this
problem?
(I also built a 64-bit version on HPUX 11, but this is working fine.)

Thanks.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: AIX 64-bit build.

2005-05-27 Thread Franz, Paul
I define the following environment variables:

export CFLAGS=-O3
export CXXFLAGS=-O3
export 
LIBPATH=/usr/lib:/usr/local/lib:/usr/vac/lib:/usr/vacpp/lib:/usr/ccs/lib:/usr/ccs/lib/libp
export OBJECT_MODE=64

The config command that I run is:

./config no-idea no-threads

Paul Franz

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 6:29 AM
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.


The tests go through the bn_add, bn_sub functions initially and then
move onto bn_sqr, which then fails (see file test/bntest.c, function
test_sqr).

Did you specify any additional flags on the call to configure?  

Thanks,
  Prab. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Franz, Paul
Sent: 27 May 2005 11:22
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

I have compiled a 64-bit version openssl-0.9.7g under AIX 5.3 using the
IBM cc compiler without trouble. (including running through all of the
tests). Currently, I am assume that one of the tests uses the below
functions, correct?

Paul Franz

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 6:13 AM
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

It's IBM's cc compiler (C for AIX Compiler, Version 5).  Also, I am
trying to build openssl-0.9.7d.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Franz, Paul
Sent: 27 May 2005 11:01
To: openssl-users@openssl.org
Subject: RE: AIX 64-bit build.

Which compiler? GCC or IBM's C Compiler?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gill, Prabhprit
(Prabh)
Sent: Friday, May 27, 2005 4:19 AM
To: openssl-users@openssl.org
Subject: FW: AIX 64-bit build.


Hi,

I have built a 64-bit version of OpenSSL on AIX 5.1, and it is failing
the test on bn_sqr.  It looks like the bn_sqr or bn_div functions are
not working for very large numbers.  Has anyone else ran into this
problem?
(I also built a 64-bit version on HPUX 11, but this is working fine.)

Thanks.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]