This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij.c
- To: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Subject: Re: gij.c
- From: Tom Tromey <tromey at redhat dot com>
- Date: 10 Jul 2001 23:15:34 -0600
- Cc: java at gcc dot gnu dot org
- References: <sb471b2f.053@tapsellferrier.co.uk>
- Reply-To: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> Any reason why gij doesn't use the getopt library?
The reason is licensing. gij is GPL+exception, so it can be used
universally. getopt isn't.
Now, I think this reason isn't too serious. We already use an LGPL
piece in libgcj (the libltdl library), but we only enable it for
native ports, where the more restrictive licensing isn't really a
problem.
We could easily do this with gij. In reality I imagine people aren't
too likely to use an unmodified gij in their embedded application.
Nic> If no one has any objections I will getopt enable gij.
Could you do it for native-only builds?
Oh, I remember now that we only build gij for natives. So maybe we're
ok. We could just link in libiberty.
We really need to clarify our licensing set-up in the manual. Right
now it is too confusing; you might end up with libltdl included when
you don't want it.
Tom