From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5174 invoked by alias); 8 Aug 2005 00:18:21 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 5152 invoked by uid 22791); 8 Aug 2005 00:18:17 -0000 Received: from smtp.ispwest.com (HELO ispwestemail2.mdeinc.com) (216.52.245.18) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 08 Aug 2005 00:18:17 +0000 Received: from [66.2.31.11] (unverified [66.2.31.11]) by ispwestemail2.mdeinc.com (Vircom SMTPRS 4.1.361.21) with ESMTP id for ; Sun, 7 Aug 2005 17:18:14 -0700 Message-ID: <42F6A740.9040104@ispwest.com> Date: Mon, 08 Aug 2005 00:18:00 -0000 From: AIX_DOS_OS2 User-Agent: Mozilla/5.0 (X11; U; AIX 0001722F4C00; en-US; rv:1.7.5) Gecko/20050314 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: gcc 4.0.1 Memory error during make on AIX 5.0.0.8 using gcc 3.3.3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00082.txt.bz2 Hi, Any one have any idea why I am getting the following error exit? /usr/local/bin/gcc -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/genautomata.o \ build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o build/errors.o \ build/varray.o ../build-powerpc-ibm-aix5.1.0.0/libiberty/libiberty.a -lm build/genattrtab /tmp/GCC/Source/gcc-4.0.1/gcc/config/rs6000/rs6000.md > tmp-attrtab.c out of memory allocating 80016 bytes after a total of 4161652476 bytes make[2]: *** [s-attrtab] Error 1 make[2]: Leaving directory `/tmp/GCC/Source/BuildDir/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/tmp/GCC/Source/BuildDir/gcc' make: *** [bootstrap] Error 2 I have tried running "make" over 6 times and keep getting this message. I have no idea what is going on. As far as I can tell I have unlimited stack space and such. I am running this build as root. I am using the following "configure" and "make" calls. I have altered the configure calling parameters with no change in the end result. My last attempt was to add the line beginning --with-cpu... in the configure and by removing -lean from the bootstrap parameter in the make. /tmp/GCC/Source/gcc-4.0.1/configure --disable-nls --with-libiconv-prefix=/usr \ --enable-language=c,c++,f95,objc --disable-shared --disable-multilib --enable-threads=aix \ --with-cpu=power4 --with-system-zlib make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean Bye, Dwight