X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47E7DBA5.BD43DC25@dessent.net> Date: Mon, 24 Mar 2008 09:49:41 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Using curses with -mno-cygwin References: <47E77755 DOT 6070504 AT lists DOT cichon DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Public Mailing Lists wrote: > MinGW supports curses, and Cygwin supports MinGW. It looks like curses Cygwin "supports" MinGW only inasmuch as we provide a gcc that can be turned into MinGW gcc via -mno-cygwin, that's about it. Packaging cross-compiled MinGW flavors of every potential library that someone might want to use is not in the cards, especially since the vast majority of libraries in the Cygwin distro have no MinGW version. If you build a MinGW pdcurses and put it in the -mno-cygwin search locations (i.e. /usr/lib/mingw, /usr/include/mingw) then it will probably work fine. Brian -- 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/