This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/9656] [aix64] 3.3 bootstrap failure
- From: "cporter at spillman dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2004 02:40:44 -0000
- Subject: [Bug bootstrap/9656] [aix64] 3.3 bootstrap failure
- References: <20030211071600.9656.rolf-alois.walter@db.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cporter at spillman dot com 2004-08-07 02:40 -------
I had this problem while building gcc-3.2.2 on AIX 5.1 using gcc-3.3.3. I was
able to work around it by adding --disable-aix64 to the configuration. My
complete configuration was then:
/sds/util/gcc-3.2.2/configure --program-suffix=-3.2.2 --disable-nls --disable-aix64
There is a thread from the gcc-patches list that discusses adding this option to
config-ml.in, apparently to resolve this very issue:
http://gcc.gnu.org/ml/gcc-patches/2001-06/threads.html#00863
To my limited understanding, this workaround has the side effect of making the
gcc-3.2.2 compiler not include 64 bit support at all. If that is true, This
workaround may be undesirable for some users.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9656