X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SARE_SUB_ENC_UTF8 X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Fri, 27 Feb 2009 20:00:24 +0100 From: "Vincent R." To: Dave Korn Cc: cygwin AT cygwin DOT com Subject: Re: 1.5.25-15: First steps with ncurses programming: can NOT build =?UTF-8?Q?=20Hello=5Fworld=20app?= In-Reply-To: <49A80DD1.9020208@gmail.com> References: <463984 DOT 72973 DOT qm AT web33201 DOT mail DOT mud DOT yahoo DOT com> <49A80DD1 DOT 9020208 AT gmail DOT com> Message-ID: <4b07b117252e9d6295983f2d96308eae@mail.smartmobili.com> X-Sender: forumer AT smartmobili DOT com User-Agent: RoundCube Webmail/0.2 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, 27 Feb 2009 15:59:13 +0000, Dave Korn wrote: > Alexey Lyubimov wrote: > >> 1. Why did initscr() and endwin() not require --enable-auto-import >> option, >> but refresh() does? > > It's because the initscr() and endwin() functions don't refer to the > _stdscr > variable internally, so they don't trigger the linker to import anything > from > the ncurses DLL; i.e., it's just an incidental detail of the internal > implementation of the code. > > (I'm about to commit a patch upstream that will turn on auto-import by > default on cygwin, so future releases of binutils won't issue this warning > any > more.) > > cheers, > DaveK > Dave, how can you answer to so many people on so different topics and on so different ML. Are you human ;-) ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/