Build report for AIX 5.1
Hi, i just built GCC 4.0.0 on AIX 5.1 using the following commands: ../gcc-4.0.0/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.1.0.0 Configured with: /home/linke/temp/gcc-4.0.0/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib Thread model: aix gcc version 4.0.0 The system is an IBM pSeries M80 with AIX 5.1 at the latest patchlevel. The building c-complier is gcc 3.4.3 Make is gnu-make 3.80 The disable-xxx configure-options shouldn't be necessary, i used them for buildtime- and space-saving reasons. The whole build took less than two hours. Mario Linke
Build report for AIX 5.1
Hi, i just built GCC 4.0.1 on AIX 5.1 using the following commands: ../gcc-4.0.1/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.1.0.0 Configured with: /home/linke/temp/gcc-4.0.1/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib Thread model: aix gcc version 4.0.1 The system is an IBM pSeries M80 with AIX 5.1 at the latest patchlevel. The building c-complier is gcc 4.0.0 Make is gnu-make 3.80 The disable-xxx configure-options shouldn't be necessary, i used them for buildtime- and space-saving reasons. The whole build took less than two hours. Mario Linke
Build report for AIX 5.1
Hi, i just built GCC 4.0.2 on AIX 5.1 using the following commands: ../gcc-4.0.1/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.1.0.0 Configured with: /home/linke/temp/gcc-4.0.2/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib Thread model: aix gcc version 4.0.2 The system is an IBM pSeries M80 with AIX 5.1 at the latest patchlevel. The building c-complier is gcc 4.0.1 Make is gnu-make 3.80 The disable-xxx configure-options shouldn't be necessary, i used them for buildtime- and space-saving reasons. The whole build took less than two hours. Mario Linke
Build report for AIX 5.3
Hi, i just built GCC 4.3.3 on AIX 5.3 using the following commands: setenv LDR_CNTRL MAXDATA=0x4000 ../gcc-4.3.3/configure --disable-multilib --with-gmp=/usr/local make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.3.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../gcc-4.3.3/configure --disable-multilib --with-gmp=/usr/local Thread model: aix gcc version 4.3.3 (GCC) The system is an IBM System p JS21 Blade with AIX 5.3 at the latest patchlevel. The building c-complier is IBM xlC 10.1 Make is gnu-make 3.80 The disable-multilib configure-option shouldn't be necessary, i used it for buildtime- and space-saving reasons. The 'setenv LDR_CNTRL MAXDATA=0x4000' was necessary to get gcc built (found that hint in the gcc bug database). Generally the AIX default memory settings are too low to build/install the actual gcc-versions. Had to increase the max-data-segment size for the building user and the environment size on the system, too... Mario Linke
Build report for AIX 6.1
Hi, i just built GCC 4.4.0 on AIX 6.1 using the following commands: setenv LDR_CNTRL MAXDATA=0x5000 ../gcc-4.4.0/configure --disable-multilib --with-gmp=/usr/local make bootstrap-lean make install $ config.guess powerpc-ibm-aix6.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix6.1.0.0 Configured with: ../gcc-4.4.0/configure --disable-multilib --with-gmp=/usr/local Thread model: aix gcc version 4.4.0 (GCC) The system is an IBM System p JS21 Blade with AIX 6.1 at the latest patchlevel. The building c-complier is IBM xlC 10.1 Make is gnu-make 3.80 The disable-multilib configure-option shouldn't be necessary, i used it for buildtime- and space-saving reasons. The 'setenv LDR_CNTRL MAXDATA=0x5000' was necessary to get gcc built (found that hint in the gcc bug database). Generally the AIX default memory settings are too low to build/install the actual gcc-versions. Had to increase the max-data-segment size for the building user and the environment size on the system, too... Mario Linke
Build report for AIX 5.3
Hi, i just built GCC 4.4.0 on AIX 5.3 using the following commands: setenv LDR_CNTRL MAXDATA=0x4000 ../gcc-4.4.0/configure --disable-multilib --with-gmp=/usr/local make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.3.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../gcc-4.4.0/configure --disable-multilib --with-gmp=/usr/local Thread model: aix gcc version 4.4.0 (GCC) The system is an IBM System p JS21 Blade with AIX 5.3 at the latest patchlevel. The building c-complier is gcc 4.3.3 Make is gnu-make 3.80 The whole build took about 90 minutes The disable-multilib configure-option shouldn't be necessary, i used it for buildtime- and space-saving reasons. The 'setenv LDR_CNTRL MAXDATA=0x4000' was necessary to get gcc built (found that hint in the gcc bug database). Generally the AIX default memory settings are too low to build/install the actual gcc-versions. Had to increase the max-data-segment size for the building user and the environment size on the system, too... Mario Linke
Build report for AIX 5.3
Hi, i just successfully built GCC 4.5.0 on AIX 5.3 using the following commands: setenv LDR_CNTRL MAXDATA=0x5000 ../gcc-4.5.0/configure --disable-multilib --with-gmp=/usr/local make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.3.0.0 $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/powerpc-ibm-aix5.3.0.0/4.5.0/lto-wrapper Target: powerpc-ibm-aix5.3.0.0 Configured with: ../gcc-4.5.0/configure --disable-multilib --with-gmp=/usr/local Thread model: aix gcc version 4.5.0 (GCC) The system is an IBM System p JS21 Blade with AIX 5.3 at the latest patchlevel. The building c-complier is IBM XL C 10.1.0.1 Make is gnu-make 3.80 The whole build took about 90 minutes The disable-multilib configure-option is used for buildtime- and space-saving reasons. Mario Linke
Build report for AIX 5.1
Hi, i just built GCC 4.1.0 on AIX 5.1 using the following commands: ../gcc-4.1.0/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.1.0.0 Configured with: /home/linke/temp/gcc-4.1.0/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib Thread model: aix gcc version 4.1.0 The system is an IBM pSeries M80 with AIX 5.1 at the latest patchlevel. The building c-complier is gcc 4.0.2 Make is gnu-make 3.80 The disable-xxx configure-options shouldn't be necessary, i used them for buildtime- and space-saving reasons. The whole build took less than two hours. Mario Linke
Build report for AIX 5.1
Hi, i just built GCC 4.1.1 on AIX 5.1 using the following commands: ../gcc-4.1.1/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib make bootstrap-lean make install $ config.guess powerpc-ibm-aix5.1.0.0 $ gcc -v Using built-in specs. Target: powerpc-ibm-aix5.1.0.0 Configured with: /home/linke/temp/gcc-4.1.1/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib Thread model: aix gcc version 4.1.1 The system is an IBM pSeries M80 with AIX 5.1 at the latest patchlevel. The building c-complier is gcc 4.1.0 Make is gnu-make 3.80 The disable-xxx configure-options shouldn't be necessary, i used them for buildtime- and space-saving reasons. The whole build took less than two hours. Mario Linke