http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52623
--- Comment #12 from Michael Haubenwallner <michael.haubenwallner at salomon dot at> 2012-03-23 10:29:15 UTC --- (In reply to comment #11) > Give package managers another choice how to build the packages, out of: > A: libNAME.a(libNAME.so.1) (libtool default) > B: libNAME.so (supported by libtool) > C: libNAME.so.1(shr.o) (new) > Using autoconf+libtool, the variants could be selected using: > A : default (same as --disable-aix-svr4) Err, aix-svr4 chooses between B or C only, so this should read: A : default > A B : LDFLAGS=-Wl,-brtl > B : LDFLAGS=-Wl,-brtl --disable-static > A C: --enable-aix-svr4 > C: --enable-aix-svr4 --disable-static