On Fri, Feb 21, 2003 at 11:24:27AM +0100, Andreas Aardal Hanssen wrote:
> The next release will not use my lex/yacc args parser but rather getopt,
> which is POSIX and works. My args parser is completely misplaced and I'm
> eager to take it out. :D
> 
> Does anyone know wether getopt does _not_ work with *BSD and Solaris?

getopt[_long]3) will work on solaris as it is POSIX.2 compliant, (don't forget though, 
that POSIX mode stops at the first non-option argument).

If you haven't already started rewriting the command line handling, I could try to do 
that tonight and save you the time.

C=)

-- 
--------------------------------------------------------------------------
     Better the hard truth than the comforting fantasy. -- Carl Sagan
--------------------------------------------------------------------------
Caskey <caskey*technocage.com>       ///                   TechnoCage Inc.
--------------------------------------------------------------------------
 A presumption on your part does not constitute an obligation on my part.

Reply via email to