Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com content-class: urn:content-classes:message Subject: RE: setup.exe command line options MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 1 Nov 2001 13:13:37 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: setup.exe command line options Thread-Index: AcFibHkMgj3Bz5N3Txuiv6WniGYA7gADjQ/w From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fA125rB13720 > -----Original Message----- > Then there is also the technical reason that we don't need it since > __argv seems to do what we need automatically. Just include stdlib.h > and you have the parsed command line available. I've backed out the argv.cc stuff, and replaced it with your code fragment to initialise argc, for getopt use. You might like to delete the argv.h, cvs files - up to you. Rob