This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gij.c


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]