From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 19:36:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E72F16A47A for ; Thu, 7 Jun 2007 19:36:55 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id DC67413C4BC for ; Thu, 7 Jun 2007 19:36:54 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id h28so486160wxd for ; Thu, 07 Jun 2007 12:36:53 -0700 (PDT) Received: by 10.70.48.11 with SMTP id v11mr3117416wxv.1181245013111; Thu, 07 Jun 2007 12:36:53 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id i19sm1470106wxd.2007.06.07.12.36.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Jun 2007 12:36:52 -0700 (PDT) Date: Thu, 07 Jun 2007 15:37:10 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom.NET X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070607153142.5C05.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] Subject: GCC43 - Increase datasize limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 19:36:55 -0000 This is a fresh installation of FreeBSD-6.2. I am attempting to install gcc43. When I type make, I receive the following error message: Making GCC 4.3.0 fir FreeBSD 6.2 target=i386-portbid-freebsd6.2 You need to increase the datasize to at least 700000 (and set kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java Support. *** Error code 1 I made the entry in the /boot/loader.conf file and rebooted the system but the build still fails. How do I change the datasize value? -- Gerard