This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/52623] 4.7.0-RC-20120314: bootstrap failure on AIX due to multilib and using C++ in post-stage1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]