bug-gnu-utils
[Top][All Lists]
Advanced

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

problem in installation of GNU dbm


From: earonoff
Subject: problem in installation of GNU dbm
Date: Mon, 13 Aug 2007 15:33:15 -0700

Hi

I tried to install GNU dbm, release 1.8.3, in my Kubuntu Linux system, 
following the instructions in your README file.

These worked fine:

configure
make
make install
make install-compat

but

make progs 

(to install the optional test and conversion programs) always failed with the 
following error message:

address@hidden:/home/ethan/gdbm-1.8.3# make progs
gcc  -o tndbm tndbm.o -lc
tndbm.o: In function `main':
/home/ethan/gdbm-1.8.3/./tndbm.c:148: warning: the `gets' function is dangerous 
and should not be used.
tndbm.o: In function `main':
tndbm.c:(.text+0x84): undefined reference to `dbm_open'
tndbm.c:(.text+0x12f): undefined reference to `dbm_firstkey'
tndbm.c:(.text+0x16c): undefined reference to `dbm_fetch'
tndbm.c:(.text+0x1ca): undefined reference to `dbm_nextkey'
tndbm.c:(.text+0x213): undefined reference to `dbm_fetch'
tndbm.c:(.text+0x2cc): undefined reference to `dbm_firstkey'
tndbm.c:(.text+0x2ee): undefined reference to `dbm_nextkey'
tndbm.c:(.text+0x383): undefined reference to `dbm_delete'
tndbm.c:(.text+0x3a4): undefined reference to `dbm_close'
tndbm.c:(.text+0x42d): undefined reference to `dbm_fetch'
tndbm.c:(.text+0x52d): undefined reference to `dbm_store'
collect2: ld returned 1 exit status
make: *** [tndbm] Error 1
address@hidden:/home/ethan/gdbm-1.8.3#  

I'd appreciate any suggestions you might have.

Tnx much.

Ethan
--
_______________
address@hidden





reply via email to

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