This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Working on Kaffe/X-AWT port...
- From: Tom Tromey <tromey at redhat dot com>
- To: Clemens Eisserer <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 26 Aug 2003 16:47:38 -0600
- Subject: Re: Working on Kaffe/X-AWT port...
- References: <3F47B27D.50602@web.de>
- Reply-to: tromey at redhat dot com
>>>>> "Clemens" == Clemens Eisserer <linuxhippy@web.de> writes:
Clemens> I only want to let you know, that I´m currently working on a
Clemens> port of Kaffe´s X-awt to gcj.
Ok. How does this compare to the X AWT peers already in libgcj?
Clemens> PS: Btw: Is lgpl a problem for gcj?
It depends.
For AWT peers, it isn't. My reasoning is that Gtk+ is LGPL, so for
it the peers probably have to be as well.
Tom