From owner-freebsd-java@FreeBSD.ORG Mon Mar 13 02:14:44 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96B416A401; Mon, 13 Mar 2006 02:14:44 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84B643D45; Mon, 13 Mar 2006 02:14:44 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id k2D2EZ98013015; Sun, 12 Mar 2006 18:14:35 -0800 (PST) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k2D2ETeU021963; Sun, 12 Mar 2006 18:14:33 -0800 (PST) Date: Mon, 13 Mar 2006 11:14:27 +0900 (JST) Message-Id: <20060313.111427.41636808.chat95@mac.com> To: freebsd@chillt.de From: NAKATA Maho In-Reply-To: <44147685.3010703@chillt.de> References: <20060311.104756.104072791.chat95@mac.com> <441471DA.5020400@ebs.gr> <44147685.3010703@chillt.de> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: java@freebsd.org, gerald@pfeifer.com, past@ebs.gr, openoffice@freebsd.org Subject: Re: GCJ 4.1 and OpenOffice.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 02:14:45 -0000 In Message-ID: <44147685.3010703@chillt.de> Bartosz Fabianowski wrote: > --- gcc41/Makefile.orig Sun Mar 12 20:21:09 2006 > +++ gcc41/Makefile Sun Mar 12 20:21:49 2006 > @@ -37,6 +37,7 @@ > USE_BISON= yes > USE_BZIP2= yes > USE_GMAKE= yes > +USE_AUTOTOOLS= libtool:15 > USE_ICONV= yes > USE_PERL5_BUILD=yes > .if defined(WITH_JAVA_AWT) > > This change should be enough unless the version of classpath included > with gcj 4.1 has its own libtool. If so, this will need to be replaced > by /usr/local/bin/libtool as well. You can probably do this manually by > symlinking for now. For a later release, it would need to be fixed properly. thanks, I updated my ports tarball at good-day. ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/misc/openoffice.org-2.0.060313.tar.bz2 (contains gcc41 as well) -- NAKATA, Maho (maho@FreeBSD.org)