distributing executables for windows

jdzstz - gmail dot com jdzstz@gmail.com
Thu Mar 3 10:32:00 GMT 2011


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



More information about the Cygwin mailing list