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: 11 Jul 2001 08:51:44 -0600
- Cc: java at gcc dot gnu dot org
- References: <sb4bf217.022@tapsellferrier.co.uk>
- Reply-To: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> AFAIK getopt doesn't support options like this:
Nic> -classpath
Nic> we need to of course.
`getopt_long_only' might do what you want.
But I re-read the getopt license in libiberty. It is GPL. So I think
we can't really use it anyway. Especially since I think we want the
option parsing code to be in the invocation API, not gij especially.
Tom