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

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

Re: make progs errror


From: Michael Chastain
Subject: Re: make progs errror
Date: Tue, 24 Aug 2004 11:42:58 -0400
User-agent: nail 10.8 6/28/04

I don't know what Oliveros is doing, but I can reproduce the error
with gdbm 1.8.3 on native i686-pc-linux-gnu, red hat 8,
using the vendor toolchain (gcc 3.2-7-rh, make 3.79.1).

Here's a nice log, made with the handy "set -x" option to a
shell script.

Looks like a problem in Makefile.in.

===

+ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.

+ gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

+ tar xzf ../archive/gdbm-1.8.3.tar.gz
+ cd gdbm-1.8.3
+ ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/types.h... (cached) yes
checking memory.y usability... no
checking memory.y presence... no
checking for memory.y... no
checking for main in -ldbm... no
checking for main in -lndbm... no
checking for rename... yes
checking for ftruncate... yes
checking for flock... yes
checking for bcopy... yes
checking for fsync... yes
checking for getopt... yes
checking for off_t... yes
checking for struct stat.st_blksize... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autoconf.h
+ make
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmopen.c
mkdir .libs
gcc -c -I. -I. -g -O2 gdbmopen.c  -fPIC -DPIC -o .libs/gdbmopen.lo
gcc -c -I. -I. -g -O2 gdbmopen.c -o gdbmopen.o >/dev/null 2>&1
mv -f .libs/gdbmopen.lo gdbmopen.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmdelete.c
rm -f .libs/gdbmdelete.lo
gcc -c -I. -I. -g -O2 gdbmdelete.c  -fPIC -DPIC -o .libs/gdbmdelete.lo
gcc -c -I. -I. -g -O2 gdbmdelete.c -o gdbmdelete.o >/dev/null 2>&1
mv -f .libs/gdbmdelete.lo gdbmdelete.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmfetch.c
rm -f .libs/gdbmfetch.lo
gcc -c -I. -I. -g -O2 gdbmfetch.c  -fPIC -DPIC -o .libs/gdbmfetch.lo
gcc -c -I. -I. -g -O2 gdbmfetch.c -o gdbmfetch.o >/dev/null 2>&1
mv -f .libs/gdbmfetch.lo gdbmfetch.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmstore.c
rm -f .libs/gdbmstore.lo
gcc -c -I. -I. -g -O2 gdbmstore.c  -fPIC -DPIC -o .libs/gdbmstore.lo
gcc -c -I. -I. -g -O2 gdbmstore.c -o gdbmstore.o >/dev/null 2>&1
mv -f .libs/gdbmstore.lo gdbmstore.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmclose.c
rm -f .libs/gdbmclose.lo
gcc -c -I. -I. -g -O2 gdbmclose.c  -fPIC -DPIC -o .libs/gdbmclose.lo
gcc -c -I. -I. -g -O2 gdbmclose.c -o gdbmclose.o >/dev/null 2>&1
mv -f .libs/gdbmclose.lo gdbmclose.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmreorg.c
rm -f .libs/gdbmreorg.lo
gcc -c -I. -I. -g -O2 gdbmreorg.c  -fPIC -DPIC -o .libs/gdbmreorg.lo
gcc -c -I. -I. -g -O2 gdbmreorg.c -o gdbmreorg.o >/dev/null 2>&1
mv -f .libs/gdbmreorg.lo gdbmreorg.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmseq.c
rm -f .libs/gdbmseq.lo
gcc -c -I. -I. -g -O2 gdbmseq.c  -fPIC -DPIC -o .libs/gdbmseq.lo
gcc -c -I. -I. -g -O2 gdbmseq.c -o gdbmseq.o >/dev/null 2>&1
mv -f .libs/gdbmseq.lo gdbmseq.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmsync.c
rm -f .libs/gdbmsync.lo
gcc -c -I. -I. -g -O2 gdbmsync.c  -fPIC -DPIC -o .libs/gdbmsync.lo
gcc -c -I. -I. -g -O2 gdbmsync.c -o gdbmsync.o >/dev/null 2>&1
mv -f .libs/gdbmsync.lo gdbmsync.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmerrno.c
rm -f .libs/gdbmerrno.lo
gcc -c -I. -I. -g -O2 gdbmerrno.c  -fPIC -DPIC -o .libs/gdbmerrno.lo
gcc -c -I. -I. -g -O2 gdbmerrno.c -o gdbmerrno.o >/dev/null 2>&1
mv -f .libs/gdbmerrno.lo gdbmerrno.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmexists.c
rm -f .libs/gdbmexists.lo
gcc -c -I. -I. -g -O2 gdbmexists.c  -fPIC -DPIC -o .libs/gdbmexists.lo
gcc -c -I. -I. -g -O2 gdbmexists.c -o gdbmexists.o >/dev/null 2>&1
mv -f .libs/gdbmexists.lo gdbmexists.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmfdesc.c
rm -f .libs/gdbmfdesc.lo
gcc -c -I. -I. -g -O2 gdbmfdesc.c  -fPIC -DPIC -o .libs/gdbmfdesc.lo
gcc -c -I. -I. -g -O2 gdbmfdesc.c -o gdbmfdesc.o >/dev/null 2>&1
mv -f .libs/gdbmfdesc.lo gdbmfdesc.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 gdbmsetopt.c
rm -f .libs/gdbmsetopt.lo
gcc -c -I. -I. -g -O2 gdbmsetopt.c  -fPIC -DPIC -o .libs/gdbmsetopt.lo
gcc -c -I. -I. -g -O2 gdbmsetopt.c -o gdbmsetopt.o >/dev/null 2>&1
mv -f .libs/gdbmsetopt.lo gdbmsetopt.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 bucket.c
rm -f .libs/bucket.lo
gcc -c -I. -I. -g -O2 bucket.c  -fPIC -DPIC -o .libs/bucket.lo
gcc -c -I. -I. -g -O2 bucket.c -o bucket.o >/dev/null 2>&1
mv -f .libs/bucket.lo bucket.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 falloc.c
rm -f .libs/falloc.lo
gcc -c -I. -I. -g -O2 falloc.c  -fPIC -DPIC -o .libs/falloc.lo
gcc -c -I. -I. -g -O2 falloc.c -o falloc.o >/dev/null 2>&1
mv -f .libs/falloc.lo falloc.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 findkey.c
rm -f .libs/findkey.lo
gcc -c -I. -I. -g -O2 findkey.c  -fPIC -DPIC -o .libs/findkey.lo
gcc -c -I. -I. -g -O2 findkey.c -o findkey.o >/dev/null 2>&1
mv -f .libs/findkey.lo findkey.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 global.c
rm -f .libs/global.lo
gcc -c -I. -I. -g -O2 global.c  -fPIC -DPIC -o .libs/global.lo
gcc -c -I. -I. -g -O2 global.c -o global.o >/dev/null 2>&1
mv -f .libs/global.lo global.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 hash.c
rm -f .libs/hash.lo
gcc -c -I. -I. -g -O2 hash.c  -fPIC -DPIC -o .libs/hash.lo
gcc -c -I. -I. -g -O2 hash.c -o hash.o >/dev/null 2>&1
mv -f .libs/hash.lo hash.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 update.c
rm -f .libs/update.lo
gcc -c -I. -I. -g -O2 update.c  -fPIC -DPIC -o .libs/update.lo
gcc -c -I. -I. -g -O2 update.c -o update.o >/dev/null 2>&1
mv -f .libs/update.lo update.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 version.c
rm -f .libs/version.lo
gcc -c -I. -I. -g -O2 version.c  -fPIC -DPIC -o .libs/version.lo
gcc -c -I. -I. -g -O2 version.c -o version.o >/dev/null 2>&1
mv -f .libs/version.lo version.lo
rm -f gdbm.h
cp ./gdbm.proto gdbm.h
chmod +w gdbm.h
grep _ ./gdbmerrno.h >> gdbm.h
cat ./gdbm.proto2 >> gdbm.h
chmod -w gdbm.h
rm -f libgdbm.la
/bin/sh ./libtool --mode=link gcc -o libgdbm.la -rpath /usr/local/lib \
        -version-info 3 0 0 gdbmopen.lo gdbmdelete.lo gdbmfetch.lo  
gdbmstore.lo gdbmclose.lo gdbmreorg.lo gdbmseq.lo gdbmsync.lo gdbmerrno.lo 
gdbmexists.lo gdbmfdesc.lo gdbmsetopt.lo bucket.lo falloc.lo findkey.lo 
global.lo hash.lo update.lo version.lo
rm -fr .libs/libgdbm.la .libs/libgdbm.* .libs/libgdbm.*
gcc -shared  gdbmopen.lo gdbmdelete.lo gdbmfetch.lo gdbmstore.lo gdbmclose.lo 
gdbmreorg.lo gdbmseq.lo gdbmsync.lo gdbmerrno.lo gdbmexists.lo gdbmfdesc.lo 
gdbmsetopt.lo bucket.lo falloc.lo findkey.lo global.lo hash.lo update.lo 
version.lo   -Wl,-soname -Wl,libgdbm.so.3 -o .libs/libgdbm.so.3.0.0
(cd .libs && rm -f libgdbm.so.3 && ln -s libgdbm.so.3.0.0 libgdbm.so.3)
(cd .libs && rm -f libgdbm.so && ln -s libgdbm.so.3.0.0 libgdbm.so)
ar cru .libs/libgdbm.a  gdbmopen.o gdbmdelete.o gdbmfetch.o gdbmstore.o 
gdbmclose.o gdbmreorg.o gdbmseq.o gdbmsync.o gdbmerrno.o gdbmexists.o 
gdbmfdesc.o gdbmsetopt.o bucket.o falloc.o findkey.o global.o hash.o update.o 
version.o 
ranlib .libs/libgdbm.a
creating libgdbm.la
(cd .libs && rm -f libgdbm.la && ln -s ../libgdbm.la libgdbm.la)
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbminit.c
rm -f .libs/dbminit.lo
gcc -c -I. -I. -g -O2 dbminit.c  -fPIC -DPIC -o .libs/dbminit.lo
gcc -c -I. -I. -g -O2 dbminit.c -o dbminit.o >/dev/null 2>&1
mv -f .libs/dbminit.lo dbminit.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 delete.c
rm -f .libs/delete.lo
gcc -c -I. -I. -g -O2 delete.c  -fPIC -DPIC -o .libs/delete.lo
gcc -c -I. -I. -g -O2 delete.c -o delete.o >/dev/null 2>&1
mv -f .libs/delete.lo delete.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 fetch.c
rm -f .libs/fetch.lo
gcc -c -I. -I. -g -O2 fetch.c  -fPIC -DPIC -o .libs/fetch.lo
gcc -c -I. -I. -g -O2 fetch.c -o fetch.o >/dev/null 2>&1
mv -f .libs/fetch.lo fetch.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 store.c
rm -f .libs/store.lo
gcc -c -I. -I. -g -O2 store.c  -fPIC -DPIC -o .libs/store.lo
gcc -c -I. -I. -g -O2 store.c -o store.o >/dev/null 2>&1
mv -f .libs/store.lo store.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 seq.c
rm -f .libs/seq.lo
gcc -c -I. -I. -g -O2 seq.c  -fPIC -DPIC -o .libs/seq.lo
gcc -c -I. -I. -g -O2 seq.c -o seq.o >/dev/null 2>&1
mv -f .libs/seq.lo seq.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 close.c
rm -f .libs/close.lo
gcc -c -I. -I. -g -O2 close.c  -fPIC -DPIC -o .libs/close.lo
gcc -c -I. -I. -g -O2 close.c -o close.o >/dev/null 2>&1
mv -f .libs/close.lo close.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmopen.c
rm -f .libs/dbmopen.lo
gcc -c -I. -I. -g -O2 dbmopen.c  -fPIC -DPIC -o .libs/dbmopen.lo
gcc -c -I. -I. -g -O2 dbmopen.c -o dbmopen.o >/dev/null 2>&1
mv -f .libs/dbmopen.lo dbmopen.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmdelete.c
rm -f .libs/dbmdelete.lo
gcc -c -I. -I. -g -O2 dbmdelete.c  -fPIC -DPIC -o .libs/dbmdelete.lo
gcc -c -I. -I. -g -O2 dbmdelete.c -o dbmdelete.o >/dev/null 2>&1
mv -f .libs/dbmdelete.lo dbmdelete.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmfetch.c
rm -f .libs/dbmfetch.lo
gcc -c -I. -I. -g -O2 dbmfetch.c  -fPIC -DPIC -o .libs/dbmfetch.lo
gcc -c -I. -I. -g -O2 dbmfetch.c -o dbmfetch.o >/dev/null 2>&1
mv -f .libs/dbmfetch.lo dbmfetch.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmstore.c
rm -f .libs/dbmstore.lo
gcc -c -I. -I. -g -O2 dbmstore.c  -fPIC -DPIC -o .libs/dbmstore.lo
gcc -c -I. -I. -g -O2 dbmstore.c -o dbmstore.o >/dev/null 2>&1
mv -f .libs/dbmstore.lo dbmstore.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmseq.c
rm -f .libs/dbmseq.lo
gcc -c -I. -I. -g -O2 dbmseq.c  -fPIC -DPIC -o .libs/dbmseq.lo
gcc -c -I. -I. -g -O2 dbmseq.c -o dbmseq.o >/dev/null 2>&1
mv -f .libs/dbmseq.lo dbmseq.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmclose.c
rm -f .libs/dbmclose.lo
gcc -c -I. -I. -g -O2 dbmclose.c  -fPIC -DPIC -o .libs/dbmclose.lo
gcc -c -I. -I. -g -O2 dbmclose.c -o dbmclose.o >/dev/null 2>&1
mv -f .libs/dbmclose.lo dbmclose.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmdirfno.c
rm -f .libs/dbmdirfno.lo
gcc -c -I. -I. -g -O2 dbmdirfno.c  -fPIC -DPIC -o .libs/dbmdirfno.lo
gcc -c -I. -I. -g -O2 dbmdirfno.c -o dbmdirfno.o >/dev/null 2>&1
mv -f .libs/dbmdirfno.lo dbmdirfno.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmpagfno.c
rm -f .libs/dbmpagfno.lo
gcc -c -I. -I. -g -O2 dbmpagfno.c  -fPIC -DPIC -o .libs/dbmpagfno.lo
gcc -c -I. -I. -g -O2 dbmpagfno.c -o dbmpagfno.o >/dev/null 2>&1
mv -f .libs/dbmpagfno.lo dbmpagfno.lo
/bin/sh ./libtool --mode=compile gcc -c   -I. -I. -g -O2 dbmrdonly.c
rm -f .libs/dbmrdonly.lo
gcc -c -I. -I. -g -O2 dbmrdonly.c  -fPIC -DPIC -o .libs/dbmrdonly.lo
gcc -c -I. -I. -g -O2 dbmrdonly.c -o dbmrdonly.o >/dev/null 2>&1
mv -f .libs/dbmrdonly.lo dbmrdonly.lo
rm -f libgdbm_compat.la
/bin/sh ./libtool --mode=link gcc -o libgdbm_compat.la -rpath /usr/local/lib \
        -version-info 3 0 0 dbminit.lo delete.lo fetch.lo store.lo seq.lo 
close.lo dbmopen.lo dbmdelete.lo dbmfetch.lo dbmstore.lo dbmseq.lo dbmclose.lo 
dbmdirfno.lo dbmpagfno.lo dbmrdonly.lo
rm -fr .libs/libgdbm_compat.la .libs/libgdbm_compat.* .libs/libgdbm_compat.*
gcc -shared  dbminit.lo delete.lo fetch.lo store.lo seq.lo close.lo dbmopen.lo 
dbmdelete.lo dbmfetch.lo dbmstore.lo dbmseq.lo dbmclose.lo dbmdirfno.lo 
dbmpagfno.lo dbmrdonly.lo   -Wl,-soname -Wl,libgdbm_compat.so.3 -o 
.libs/libgdbm_compat.so.3.0.0
(cd .libs && rm -f libgdbm_compat.so.3 && ln -s libgdbm_compat.so.3.0.0 
libgdbm_compat.so.3)
(cd .libs && rm -f libgdbm_compat.so && ln -s libgdbm_compat.so.3.0.0 
libgdbm_compat.so)
ar cru .libs/libgdbm_compat.a  dbminit.o delete.o fetch.o store.o seq.o close.o 
dbmopen.o dbmdelete.o dbmfetch.o dbmstore.o dbmseq.o dbmclose.o dbmdirfno.o 
dbmpagfno.o dbmrdonly.o 
ranlib .libs/libgdbm_compat.a
creating libgdbm_compat.la
(cd .libs && rm -f libgdbm_compat.la && ln -s ../libgdbm_compat.la 
libgdbm_compat.la)
+ make progs
touch gdbmdefs.h
gcc -c   -I. -I. -g -O2 testgdbm.c
/bin/sh ./libtool gcc  -o testgdbm testgdbm.o libgdbm.la 
gcc -o .libs/testgdbm testgdbm.o  ./.libs/libgdbm.so -Wl,--rpath 
-Wl,/usr/local/lib
testgdbm.o: In function `main':
/berman/package/gdbm-1.8.3/testgdbm.c:402: the `gets' function is dangerous and 
should not be used.
creating testgdbm
gcc -c   -I. -I. -g -O2 testdbm.c
/bin/sh ./libtool gcc  -o testdbm testdbm.o libgdbm.la libgdbm_compat.la
gcc -o .libs/testdbm testdbm.o  ./.libs/libgdbm.so ./.libs/libgdbm_compat.so 
-Wl,--rpath -Wl,/usr/local/lib
testdbm.o: In function `main':
/berman/package/gdbm-1.8.3/testdbm.c:151: the `gets' function is dangerous and 
should not be used.
creating testdbm
gcc -c -I. -I. -g -O2  -DGNU ./testndbm.c
/bin/sh ./libtool gcc  -o testndbm testndbm.o libgdbm.la libgdbm_compat.la
gcc -o .libs/testndbm testndbm.o  ./.libs/libgdbm.so ./.libs/libgdbm_compat.so 
-Wl,--rpath -Wl,/usr/local/lib
testndbm.o: In function `main':
/berman/package/gdbm-1.8.3/testndbm.c:148: the `gets' function is dangerous and 
should not be used.
creating testndbm
cp ./testndbm.c ./tndbm.c
gcc -c -I. -I. -g -O2  ./tndbm.c
rm -f ./tndbm.c
gcc  -o tndbm tndbm.o -lc
tndbm.o: In function `main':
/berman/package/gdbm-1.8.3/tndbm.c:148: the `gets' function is dangerous and 
should not be used.
/berman/package/gdbm-1.8.3/tndbm.c:100: undefined reference to `dbm_open'
/berman/package/gdbm-1.8.3/tndbm.c:213: undefined reference to `dbm_close'
/berman/package/gdbm-1.8.3/tndbm.c:157: undefined reference to `dbm_firstkey'
/berman/package/gdbm-1.8.3/tndbm.c:160: undefined reference to `dbm_fetch'
/berman/package/gdbm-1.8.3/tndbm.c:170: undefined reference to `dbm_nextkey'
/berman/package/gdbm-1.8.3/tndbm.c:173: undefined reference to `dbm_fetch'
/berman/package/gdbm-1.8.3/tndbm.c:185: undefined reference to `dbm_firstkey'
/berman/package/gdbm-1.8.3/tndbm.c:189: undefined reference to `dbm_nextkey'
/berman/package/gdbm-1.8.3/tndbm.c:151: undefined reference to `dbm_delete'
/berman/package/gdbm-1.8.3/tndbm.c:126: undefined reference to `dbm_fetch'
/berman/package/gdbm-1.8.3/tndbm.c:141: undefined reference to `dbm_store'
collect2: ld returned 1 exit status
make: *** [tndbm] Error 1




reply via email to

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