On Tue, 2004-07-06 at 05:30, [EMAIL PROTECTED] wrote: > Hi: I'm trying to build OpenSSL on AIX 4.3 with shared libraries. the > compiler version is 4.3.2.0. > > The do_aix-shared target in the Makefile.ssl uses the cc command to > link the shared libraries, defined by the macro $(SHAREDCMD). But cc > complains about the -G flag, and recommends using the ld command. No > problem, I could use that, but it involves manually editing the > Makefile.ssl to change it, or hopefully there's some other way
I am using the IBM version 6 C compiler on a 4.3 box and it builds OpenSSL with no problem (it does support the -G flag)... if upgrading your compiler is an option you might try that. I have another 4.3 box with compiler version 4.4 and it does not support -G as you have discovered. Troy ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
