Hello everyone, I am trying to build 64 bit openssl on AIX 5.1 box. The build hangs in the following step:
gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -maix64 -O -DB_ENDIAN -c -o aix_ppc64.o aix_ppc64.s It doesn't throw any warnings/errors. It just hangs. I am configuring the build with: ./Configure aix64-gcc I tried ./Configure no-asm aix64-gcc and it worked. So looks like something to do with asm ? Also, The 32 bit build succeeds on the same system. So looks like something to do with asm + -maix64 combination ? I am curious to know more about the effect of no-asm, and also if my AIX box is missing something that is preventing me from building a normal 64 bit openssl build (i.e. without using no-asm). Thank you, ~ Urjit