gij.c
Tom Tromey
tromey@redhat.com
Wed Jul 11 07:29:00 GMT 2001
>>>>> "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
More information about the Java
mailing list