Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Ralf Habacker" <Ralf.Habacker@saght.tessag.com>
To: <cygwin@sources.redhat.com>
Subject: RE:Q about unistd.h/getopt.h
Date: Tue, 17 Apr 2001 11:38:55 +0200
Message-ID: <000d01c0c722$387dadf0$6e032bb7@BRAMSCHE>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
In-Reply-To: <20010417084045.72331.qmail@web12805.mail.yahoo.com>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

Hi, Mark Paulus wrote:

>I apologize if this has been asked, but I can't seem to access the mail
>archives right now to check.  Anyway, I am building fetchmail,
>and it mostly builds right out of the box, except for one small problem
>which I noticed before but didn't pay attention to much.

>It complains that fetchmail.c has an undefined variable
>optind.  After looking around, and compiling the exact
>same source on my debian box, I find out that getopt.h
<is included in unistd.h, with the following code:

>#ifdef  __USE_POSIX2
>/* Get definitions and prototypes for functions to process the
>   arguments in ARGV (ARGC of them, minus the program name) for
>   options given in OPTS.  */
># define __need_getopt
># include <getopt.h>
>#endif
>
>and that nothing like this exists in cygwin.
>
>My debian machine is using 2.95.2-13 of gcc.  Is this a difference
>in the versions of gcc, or an issue with the cygwin version of unistd.h?
>
>Thanks

For KDE I need the same function. Should getopt.h included in unistd.h in
future cygwin releases ?

Who can give an answer

Thanks
Ralf Habacker






--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

