This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52623] 4.7.0-RC-20120314: bootstrap failure on AIX due to multilib and using C++ in post-stage1
- From: "michael.haubenwallner at salomon dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Mar 2012 10:29:15 +0000
- Subject: [Bug bootstrap/52623] 4.7.0-RC-20120314: bootstrap failure on AIX due to multilib and using C++ in post-stage1
- Auto-submitted: auto-generated
- References: <bug-52623-4@http.gcc.gnu.org/bugzilla/>
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