Mail Archives: cygwin-developers/1998/02/05/19:43:19
From: Geoffrey Noer <noer AT cygnus DOT com>
Date: Thu, 5 Feb 1998 19:11:33 -0800 (PST)
And after my latest change, they aren't. Should we include a version of
getopt in libcygwin.a? What about in cygwin.dll as an exported
function?
I don't think we should include getopt in cygwin.dll. getopt
communicates using several variables--optind, opterr, etc.--and DLLs
do not provide convenient access to variables.
If we did put getopt in cygwin.dll, we would have to fix up the getopt
header file to make the right happen by default.
I have no opinion about whether we should put it in libcygwin.a.
Ian
- Raw text -