From owner-freebsd-questions@FreeBSD.ORG Mon Feb 27 16:08:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF8A16A420 for ; Mon, 27 Feb 2006 16:08:53 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1613943D48 for ; Mon, 27 Feb 2006 16:08:52 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k1RG8e5v053717; Mon, 27 Feb 2006 10:08:40 -0600 (CST) (envelope-from dan) Date: Mon, 27 Feb 2006 10:08:40 -0600 From: Dan Nelson To: David Pratt Message-ID: <20060227160839.GC89507@dan.emsphone.com> References: <4403219F.3080307@eastlink.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4403219F.3080307@eastlink.ca> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Help building gcc41 with gcj from ports on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 16:08:53 -0000 In the last episode (Feb 27), David Pratt said: > Can someone advise how to build gcc4.1 from ports with support for > gcj. Typically a port only requires: > > make > make install > make clean > > What is needed to compile successfully with gcj support. Many thanks Comment out the "WITHOUT_JAVA=yes" line in the port Makefile, but be aware that you may need more than 1GB of RAM to build it. -- Dan Nelson dnelson@allantgroup.com