Can I compile mutt under cygwin?
- by openist
I've been trying to compile mutt under cygwin for a few days. I always get the message:
"configure: error: no curses library found"
I have all the curses + devel stuff installed + termpcap, which I heard might be related. I've tried re-installing, i've tried specifying the location on the configure command line, but i'm not sure i'm doing it right:
"--with-curses=/usr/lib/libncurses.a --with-curses=/usr/lib/libncurses.dll.a --with-curses=/usr/include/ncurses"
Here's my config.log:
http://floatsolutions.net/docs/config.log
Any ideas?