Open LMariachi opened 12 years ago
LDFLAGS+=/opt/local/lib ./configure ...
That did the trick for me.
No dice adding that environment variable. It doesn't see GDBM (for --enable-hcache) either.
I didn't have the GDBM issue, but I fixed it by doing this:
CFLAGS=-I/opt/include LDFLAGS=-L/opt/lib ./configure --prefix=/opt
I have libnotmuch installed in /opt/local/lib/libnotmuch.2.0.0.dylib (via MacPorts) but prepare/configure doesn't see it. It sees gpgme along the same path, so it's not ignoring /opt/local. Is there a way to point configure to the proper library, e.g. "--with-notmuch=/path/to" instead of just "--enable-notmuch"?