Re: [openssl.org #3568] Bug: Compiling openssl-1.0.1j on AIX 7.1

2014-10-21 Thread Andy Schmidt
I'm also seeing this problem on HP-UX 11.11 with the HP compiler... and the patches to e_os.h resolved the issue. (Just a FYI) On Fri, Oct 17, 2014 at 1:47 PM, Emilia Käsper via RT wrote: > Resolved - please see #3567 for details. > > __

Re: [openssl.org #3568] Bug: Compiling openssl-1.0.1j on AIX 7.1

2014-10-17 Thread Emilia Käsper
I've now pushed the missing commits to stable branches as well. For 0.9.8, they are af32df0a8e662914f78c93736466c746f83dfe84 and 9880f63038a5b9bb8bf5becc18360378cfe7806d Emilia On Fri, Oct 17, 2014 at 9:30 PM, Kyle Chapman wrote: > You can either patch e_os.h or when configuring on aix do: > [

RE: [openssl.org #3568] Bug: Compiling openssl-1.0.1j on AIX 7.1

2014-10-17 Thread Kyle Chapman
You can either patch e_os.h or when configuring on aix do: [ ./Configure | ./config ]-qkeyword=inline So as a workaround, add the -qkeyword. -qlanglvl=extc99 works as well I use: ./config shared threads -qkeyword=inline Until I patched e_os.h Refer to this for the changed to e_os.h http:/