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

Re: 3.1.11 compile error




On Tue, 13 Apr 1999, Nerijus wrote:

>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -Dunix -DSIAG  -DNDBM  -Wall -g -O2 -c
> ndbm.c
>  ndbm.c:9: ndbm.h: No such file or directory
>  make[2]: *** [ndbm.o] Error 1

My guess is that you don't have an NDBM compatible library; at least you  
don't have the header. GDBM works and is available from
ftp://ftp.gnu.org/gnu/gdbm.

Another possibility is that the ndbm.h file is hidden where gcc can't find
it.
   
Ulric