Re: Using curses with -mno-cygwin

2008-03-24 Thread Tatsuro MATSUOKA
Hello > Public Mailing Lists wrote: > > > MinGW supports curses, and Cygwin supports MinGW. It looks like curses Really? To my knowldge, bare MinGW and msys does not support the cursor. It is found in the GnuWin32 packages and I always use it on msys+MinGW+GnuWin32. http://gnuwin32.sourceforge.n

Re: Using curses with -mno-cygwin

2008-03-24 Thread Brian Dessent
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 tha

Re: Using curses with -mno-cygwin

2008-03-24 Thread Christopher Faylor
On Mon, Mar 24, 2008 at 10:41:41AM +0100, Public Mailing Lists wrote: >I'd like to compile an old unix program that uses curses as a windows >standalone application. Is it possible to do this with Cygwin? > >MinGW supports curses, and Cygwin supports MinGW. It looks like curses >is gone once I pa

Using curses with -mno-cygwin

2008-03-24 Thread Public Mailing Lists
Hi guys, I'd like to compile an old unix program that uses curses as a windows standalone application. Is it possible to do this with Cygwin? MinGW supports curses, and Cygwin supports MinGW. It looks like curses is gone once I pass -mno-cygwin to gcc. Is this intentional? Thanks in advance