This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using curses with -mno-cygwin


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 pass -mno-cygwin to gcc.  Is this intentional?

To generalize your question, you're asking if the cygwin version of
something is unavailable when you use an option called "-mno-cygwin".
I'd think that the option would be self-documenting in this case but,
the answer is "Yes, it's intentional".

If MinGW supports curses then you probably should be using MinGW if
you don't want to have your application rely on the Cygwin DLL.

cgf

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]