Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 12:14:21 -0800 (PST)
From:      Nick Johnson <freebsd@spatula.net>
To:        Munehiro Matsuda <haro@kgt.co.jp>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: [REPOST] java/47397: [PATCH] java/jdk13 to enable HotSpot
Message-ID:  <20030221121105.I74143@turing.morons.org>
In-Reply-To: <20030221.105132.21960861.haro@kgt.co.jp>
References:  <200301231814.h0NIE3Mi003641@freefall.freebsd.org> <20030214.011711.74755715.haro@h4.dion.ne.jp> <20030221.105132.21960861.haro@kgt.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030221121105.I74143>