On Thu, 16 Jul 2015, Iain Wood wrote:
Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
# ./configure —enable-notmuch
… … configure: error: Unable to find Notmuch library
I have notmuch installed (via mac ports) and can see the various files:
/opt/local/bin/notmuch /opt/local/include/notmuch.h /opt/local/lib/libnotmuch.dylib /opt/local/lib/libnotmuch.4.dylib /opt/local/lib/libnotmuch.4.1.0.dylib
but config doesn’t see them
Any help would be much appreciated
Before configure:
export CFLAGS=-I/opt//local/include; export LDFLAGS=-L/opt/local/lib