nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] Re: compile nmh on Mac OS X breaks on slocal.c


From: Matthias Teege
Subject: [Nmh-workers] Re: compile nmh on Mac OS X breaks on slocal.c
Date: Sat, 06 May 2006 10:49:50 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (darwin)

address@hidden writes:

> Looks like you're missing Berkeley/Sleepycat DBM or GDBM or ndbm.  Either 
> that, or
> some special incantation is needed to get it included.  The ./configure
> script (at least the CVS tree) supports these flags:

I've tried the CVS version

% locate 'ndbm.*'
/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/ndbm.h
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/ndbm.h
/usr/include/ndbm.h
% ./configure --with-ndbm=/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/ 
--with-ndbmheader=/Developer/SDKs/MacOSX10.4u.sdk/usr/include/
checking for dbm in /Developer/SDKs/MacOSX10.4u.sdk/usr/include/ and 
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/... no
configure: error: could not find a working ndbm library/header combination

% port install gdbm
% find /opt/local -name '*dbm.[a|h]'
/opt/local/include/gdbm.h
/opt/local/lib/libgdbm.a
./configure --with-ndbm=/opt/local/lib --with-ndbmheader=/opt/local/include
checking for dbm in /opt/local/include and /opt/local/lib... no
configure: error: could not find a working ndbm library/header combination

Do I need a special version of gdbm?

Many thanks
Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]