Re: GetOpts problems on linux/PC

Guido.van.Rossum@cwi.nl
Thu, 17 Feb 1994 21:43:41 +0100

> I noticed very soon that the linux version of "getopt" is not quite
> the same as it seems to be on the machines at work (HP-735, Sun4,
> Solbourne, KSR1).

Actually this is a continuing source of problems. Linux probably uses
GNU getopt, which has different specs than the SYSV one.

I may have to add a copy of a royalty-free getopt.c as a permanent
part of the distribution -- probably renaming the function to avoid
conflicts with library functions of the same name.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>