Hello, I'm not able to build GCC (4.4.5 and 4.5.1 from the official releases) on AIX (config.guess: powerpc-ibm-aix6.1.0.0). They both fail exactly the same way:
build/genattrtab ../../gcc/config/rs6000/rs6000.md \ insn-conditions.md > tmp-attrtab.c out of memory allocating 16 bytes after a total of 4161654796 bytes make[3]: *** [s-attrtab] Error 1 make[3]: Leaving directory `/mnt/local1/piotrw/projects/build/gcc-4.4.5/objdir/gcc' The build compiler is GCC 4.2.3 in 32-bit mode. The source trees have been configured as: ../configure --prefix=/opt/tools32/gcc-4.4.5 --with-gmp=/opt/tools32 --with-mpfr=/opt/tools32 --with-mpc=/opt/tools32 --with-as=/opt/tools32/bin/as --with-ld=/opt/tools32/bin/ --enable-languages=c,c++ --enable-threads --enable-version-specific-runtime-libs I use the newest GMP/MPFR/MPC libraries. What can be the problem and how do I fix that? Best regards, Piotr Wyderski