From owner-freebsd-java@FreeBSD.ORG Mon Mar 13 09:00:47 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 2432B16A423; Mon, 13 Mar 2006 09:00:47 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E0C43D53; Mon, 13 Mar 2006 09:00:44 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k2D90WUg006659; Mon, 13 Mar 2006 11:00:32 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2D90UHH031531; Mon, 13 Mar 2006 11:00:31 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <441534AA.1080304@ebs.gr> Date: Mon, 13 Mar 2006 11:00:26 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: NAKATA Maho References: <20060311.104756.104072791.chat95@mac.com> <441471DA.5020400@ebs.gr> <44147685.3010703@chillt.de> <20060313.111427.41636808.chat95@mac.com> In-Reply-To: <20060313.111427.41636808.chat95@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd@chillt.de, gerald@pfeifer.com, openoffice@freebsd.org, java@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 09:00:47 -0000 NAKATA Maho wrote: > 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) Unfortunately it does not fix the issue. It appears that the port uses its own libtool. Cheers, Panagiotis