This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Test suite regressions (=> Jacl?)
- To: Maurice DIAMANTINI <diam at ensta dot fr>
- Subject: Re: Test suite regressions (=> Jacl?)
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 20 Mar 2001 04:14:51 -0500 (EST)
- cc: java at gcc dot gnu dot org, mdejong at redhat dot com
On Tue, 20 Mar 2001, Maurice DIAMANTINI wrote:
> I just wondered if jacl and tclblend could be compiled by gcj?
Jacl: I think so. I build a modified tree and use it extensively. I
don't know if the current release will build from source with gcj or not.
Tclblend: Probably not, at least until someone replaces the JNI code with
CNI equivalents. (In theory libgcj supports JNI, but I haven't had great
luck with it.)
The latter might be worthwhile though. It would give gcj an instant GUI
toolkit, called Tk.
> And more: doen't jacl can be use for testing purpose?
That's the idea, building a set of apps that can be used for additional
regression testing.
Jeff