Can I compile mutt under cygwin?
Posted
by
openist
on Server Fault
See other posts from Server Fault
or by openist
Published on 2010-06-17T18:48:46Z
Indexed on
2013/11/07
22:00 UTC
Read the original article
Hit count: 187
I've been trying to compile mutt under cygwin for a few days. The included version is outdated and does not include things I need like header caching. Anyways, 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?
EDIT: Context
© Server Fault or respective owner