From owner-freebsd-java Fri Feb 21 12:14:23 2003 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 AEDB337B401 for ; Fri, 21 Feb 2003 12:14:22 -0800 (PST) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C75843FBF for ; Fri, 21 Feb 2003 12:14:22 -0800 (PST) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id CB422AC18; Fri, 21 Feb 2003 12:14:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id C871DAC16; Fri, 21 Feb 2003 12:14:21 -0800 (PST) Date: Fri, 21 Feb 2003 12:14:21 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: Munehiro Matsuda Cc: freebsd-java@FreeBSD.ORG Subject: Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot In-Reply-To: <20030221.105132.21960861.haro@kgt.co.jp> Message-ID: <20030221121105.I74143@turing.morons.org> References: <200301231814.h0NIE3Mi003641@freefall.freebsd.org> <20030214.011711.74755715.haro@h4.dion.ne.jp> <20030221.105132.21960861.haro@kgt.co.jp> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org First off, thanks for this patch! Second, it works perfectly for compiler1 but breaks with compiler2 because a bunch of gcc options don't work. I narrowed the trouble down the fact that, despite having set the compiler in the make flags, it's using the system g++ rather than g++32 to compile some stuff. I've worked around the trouble by just symlinking the system gcc and g++ to gcc32 and g++32. Anyway, just a heads-up... probably something really simple to fix but I'm unfortunately busy with work at the moment and can't work up a patch right now. Nick -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.0 http://www.spatula.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message