Originally posted by: toojays
Thanks sanket. In the meantime we ended up just patching GCC ourselves, but we'd prefer to use the packages IBM provides.
We tried your updated package today, and it hit this error compiling OpenSSL:
$ gcc -I. -I.. -I../include -DOPENSSL_THREADS -pthread -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_DEPRECATED -DPURIFY -maix64 -O -DB_ENDIAN -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM -c -o cryptlib.o cryptlib.c
exec(): 0509-036 Cannot load program /opt/freeware/libexec/gcc/powerpc-ibm-aix7.1.0.0/6.3.0/cc1 because of the following errors:
0509-130 Symbol resolution failed for cc1 because:
0509-136 Symbol _GLOBAL__AIXI_libgmp_so (number 169) is not exported from
dependent module /usr/lib/libgmp.a(libgmp.so.10).
0509-136 Symbol _GLOBAL__AIXD_libgmp_so (number 170) is not exported from
dependent module /usr/lib/libgmp.a(libgmp.so.10).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Any ideas?