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/9656] [aix64] 3.3 bootstrap failure


------- 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


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