??? I wasn't ready with it... Pressed wrong button... > 1)I didn't give any preference to aix-cc;
But you've suggested to change it:-) > I just changed > in config script the default CC=gcc It would be possible to fix even gcc shared build, if we had -bautoexp and no hardcoded SHAREDFLAGS. It this case we would be able to put necessary flags as -Wl,-bautoexp -Wl,-bM:SRE, etc directly into the aix43-gcc config line... Never mind... > to CC=cc for AIX case only. Is vendor compiler optional on AIX? Because if it is, then you've got to test if cc is actually present. Normally it's done by passing a "tell me what version you are" flag to cc and examining the output. As I can't find such flag in AIX cc manual page so that we probably have to go for '(cc) 2>&1 | grep -iv "command not found" > /dev/null && CC=cc'... > 3)My understanding is that our AIX machine should support 64 bits, > at least static libraries libssl.a & libcrypto.a were built > but aix-shared target failed. So, it there is a correct line > in the Makefile for aix64-cc, I hope it will build shared libraries. Try ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-SNAP-20030118.tar.gz [or later] as it becomes available. I mean try even './Configure aix64-cc shared' and report how it went. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]