X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_LN,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 3 Mar 2011 11:32:05 +0100 Message-ID: Subject: Re: distributing executables for windows From: jdzstz - gmail dot com To: cygwin AT cygwin DOT com Cc: anctop Content-Type: text/plain; charset=ISO-8859-1 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 About ncurses library, you can get rid of all terminfo files if you replace ncurses with pdcurses: http://pdcurses.sourceforge.net/ I have compiled varnish cache with pdcurses and it works fine. You have to: * compile pdcurses library in cygwin * include curses.h files of pdcurses instead ncurses one's * use -lpdcurses instead -lncurses -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple