<P>Hi,</P>
<P>I've done some further checks and it appears that getopt_long is not broken...</P>
<P>It&nbsp;seems to have a conflict with the definition of our own implementation in libwine_port (file getopt1.c).</P>
<P>If I rename the latter, glibc's getopt_long works fine again. So I guess it's more a linking issue.</P>
<P>Bye,</P>
<P>Christian</P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">&gt; Message du 13/02/04 16:28<BR>&gt; De : Steven Edwards <STEVEN_ED4153@YAHOO.COM><BR>&gt; A : Dimitrie O. Paun <DIMI@INTELLIWARE.CA><BR>&gt; Copie � : Christian Costa <TITAN.COSTA@WANADOO.FR>, wine-devel@winehq.com<BR>&gt; Objet : Re: Getopt - was Re: problem on the Cygwin port<BR>&gt; --- "Dimitrie O. Paun" <DIMI@INTELLIWARE.CA>wrote:<BR>&gt; &gt; &gt; -#ifndef HAVE_GETOPT_LONG<BR>&gt; &gt; &gt; +#if !defined(HAVE_GETOPT_LONG) || defined (__CYGWIN__)<BR>&gt; &gt; <BR>&gt; &gt; Shouldn't we check in configure if the getopt_long is broken,<BR>&gt; &gt; and if so, not use it?<BR>&gt; <BR>&gt; Yes we should I just didnt have time to do the proper check and rerun<BR>&gt; configure. I am going to try to find time to do this soon if no one<BR>&gt; beats me to it.<BR>&gt; <BR>&gt; Thanks<BR>&gt; Steven<BR>&gt; <BR>&gt; __________________________________<BR>&gt; Do you Yahoo!?<BR>&gt; Yahoo! Finance: Get your refund fast by filing online.<BR>&gt; http://taxes.yahoo.com/filing.html<BR>&gt; <BR>&gt; </BLOCKQUOTE>