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

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

gdbm-1.8.0


From: Warren L Dodge
Subject: gdbm-1.8.0
Date: Mon, 9 Apr 2001 17:10:36 -0700 (PDT)

I did
../gdbm-1.8.0/configure --prefix=/proj/wdt/gnu_$ARCH/gdbm-1.8.0

Then gmake

then I got

/bin/sh ../gdbm-1.8.0/libtool --mode=compile gcc -c   -I. -I../gdbm-1.8.0 -O 
../gdbm-1.8.0/dbminit.c
../gdbm-1.8.0/libtool: ../gdbm-1.8.0/libtool: cannot open
gmake: *** [dbminit.lo] Error 1


libtool was made in the current directory not the source directory

The makefile

LIBTOOL = $(SHELL) $(top_builddir)/libtool

I change to   LIBTOOL = $(SHELL) libtool





reply via email to

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