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