This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Cygnus and GDBM


>>>>> "Mumit" == Mumit Khan <khan@xraylith.wisc.edu> writes:

    Mumit> The only tweaking I remember with GDBM 1.7.3 was to remove
    Mumit> the -lc from LIBS Makefile when linking the conversion and
    Mumit> test programs.

    Mumit>   $ bash configure $ make $ make LIBS= progs

    Mumit> and that was it.

During installation I also needed the following patch:

diff -upr /gdbm-1.7.3/Makefile.in gdbm-1.7.3/Makefile.in
--- /gdbm-1.7.3/Makefile.in     Sun May 15 11:28:49 1994
+++ gdbm-1.7.3/Makefile.in      Thu May 13 01:02:50 1999
@@ -100,7 +100,7 @@ install: libgdbm.a gdbm.h gdbm.info

 install-compat:
        $(INSTALL_DATA) $(srcdir)/dbm.h $(includedir)/dbm.h
-       $(INSTALL_DATA) $(srcdir/ndbm.h $(includedir)/ndbm.h
+       $(INSTALL_DATA) $(srcdir)/ndbm.h $(includedir)/ndbm.h

 libgdbm.a: $(OBJS) gdbm.h
        rm -f libgdbm.a


Ciao
  Volker


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]