Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3AB22CA5.333AB56C@ece.gatech.edu> Date: Fri, 16 Mar 2001 10:09:25 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Egor Duda Subject: Re: Problem with scanw() in ncurses References: <3AAF3338 DOT 2732C4FB AT mdh DOT se> <3AB21FB8 DOT 3B708AF0 AT ece DOT gatech DOT edu> <549259644 DOT 20010316174558 AT logos-m DOT ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Egor Duda wrote: > > when i looked at it last time i've seen the following code fragment > along this function execution: > > ncurses\base\vsscanf.c: > > .... > NCURSES_EXPORT(int, vsscanf) > (const char *str, const char *format, va_list ap) > { > /* > * You don't have a native vsscanf(3), and you don't have System-V > * compatible stdio internals. You're probably using a BSD > * older than 4.4 or a really old Linux. You lose. Upgrade > * to a current C library to win. > */ > return -1; /* not implemented */ > } > ... > > i believe this is the reason. So cygwin 'loses' because it's using newlib, and newlib doesn't provide vsscanf ? Hmmm.... --Chuck -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple