From owner-freebsd-stable@FreeBSD.ORG Tue Mar 11 07:48:41 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01661065672 for ; Tue, 11 Mar 2008 07:48:41 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F04788FC1E; Tue, 11 Mar 2008 07:48:40 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47D63958.3040706@FreeBSD.org> Date: Tue, 11 Mar 2008 08:48:40 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Ruben Lara References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: 6.3 to 7.0 release out of memory allocating error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 07:48:41 -0000 Ruben Lara wrote: > Hi all! > > I'm trying to buildworld from 6.3 release to 7.0. > > All ok, but when system is building world, i get cc1: out of memory allocating 97582896 bytes error > I goolge it and get response in a forum: >> Check /etc/make.conf for CFLAGS, and if present remove it. > > O remove CFLAGS ande installation can continue a seconds more, but then: > cc1: out of memory allocating 15133360 bytes > > I don't know what can i do Set CFLAGS=-O (i.e. reduce optimization level, which has high memory requirements with gcc 4.x). Kris