Re: [openssl-users] OpenSSL 1.1.1pre1 fails to build on AIX 7.1

2018-02-24 Thread Richard Levitte
Oh, it's passed alright, but no command flag is passed. The attached patch (which is currently in master and will therefore be part of the next pre-release) fixes it. Cheers, Richard In message <793d23fd-5c34-880a-c8da-d5ea66061...@gemtalksystems.com> on Fri, 23 Feb 2018 14:31:49 -0800, Norm Gr

Re: [openssl-users] OpenSSL 1.1.1pre1 fails to build on AIX 7.1

2018-02-24 Thread Andy Polyakov
> Looks like no target .a file is passed to ar ? > > Note: OpenSSL 1.1.0 succeeds on this platform. > > > /export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl -i -pe 's/^.*\|//; s/ > \/(\\.|[^ ])*//; $_ = undef if (/: *$/ || /^(#.*| *)$/); $_.="\n" unless > !defined($_) or /\R$/g;' apps/s_socket.d

Re: [openssl-users] OpenSSL 1.1.1pre1 fails to build on AIX 7.1

2018-02-23 Thread Norm Green
Adding "-cru" to arflags for AIX in Configuratinos/10-main.conf solves the problem. On 2/23/2018 2:36 PM, Dennis Clarke wrote: On 23/02/18 05:31 PM, Norm Green wrote: Looks like no target .a file is passed to ar ? Note: OpenSSL 1.1.0 succeeds on this platform. /export/localnew/RISC6000.AI

Re: [openssl-users] OpenSSL 1.1.1pre1 fails to build on AIX 7.1

2018-02-23 Thread Dennis Clarke
On 23/02/18 05:31 PM, Norm Green wrote: Looks like no target .a file is passed to ar ? Note: OpenSSL 1.1.0 succeeds on this platform. /export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl -i -pe 's/^.*\|//; s/ \/(\\.|[^ ])*//; $_ = undef if (/: *$/ || /^(#.*| *)$/); $_.="\n" unless !defined($_)