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: distributing executables for windows


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


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