[openssl.org #1694] OpenSSL 0.9.8h bug: Configure has illegal -X 64, should be -X64

2008-09-12 Thread Andy Polyakov via RT
addressed in http://cvs.openssl.org/chngview?cn=17390 __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #1694] OpenSSL 0.9.8h bug: Configure has illegal -X 64, should be -X64

2008-07-17 Thread Andy Polyakov via RT
in Configure, line 415, we see AR option -X 64. There should not be space, so correct one is -X64. It was there for years [and was working for me at numerous occasions]. How come it doesn't for you? What's your AIX version? As for illegality. AIX manual page appears to be permitting for

[openssl.org #1694] OpenSSL 0.9.8h bug: Configure has illegal -X 64, should be -X64

2008-06-03 Thread Tippa Dogi via RT
Hi, in Configure, line 415, we see AR option -X 64. There should not be space, so correct one is -X64. But perhaps many users use OBJECT_MODE=64 commandline argument they do not see anything wrong. Could you please correct this, thanks. 415c415 aix64-cc, cc:-q64 -O -DB_ENDIAN -qmaxmem=16384