Re: Error at compiling ifmail

Greg F Frydenlund (ï­Ð)
Fri, 18 Jul 1997 17:57:22 PST

On Fri, 18 Jul 1997 11:26:41 -0700 (PDT) private <doa@hood.hctc.com>
writes:

Hody there '',

>make[1]: Entering directory `/xtch/ifmail-2.8g/ifcico'
>Any help would be deeply appreciated. Due to the sheer complexity of
>the package, I don't know where to start to resolve this. Is there a
>simple fix?

Why yes, have a look at the /usr/include/ndbm.h file. Look an see if you
have these lines in it:

#ifndef _NDBM_H_
#define _NDBM_H_ 1
Then at the vary last line in the file.
#endif

Add them if they dont exist and try another compile...
~$ make clean
~$ make all

And finally, you should really consider upgrading to 2.11 due to numerous
updates, but I guess if you get this to compile then you'll be ready to
try 2.11...:-)

That otta get you there...
-Greg-