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