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

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

Gdbm install bug


From: Greg Kochanski
Subject: Gdbm install bug
Date: Tue, 15 May 2001 10:21:21 -0400

Installation of gdbm-1.8.0 fails on Solaris 2.6, because
the Solaris install command takes different
arguments.

The bug is in Makefile.in, which uses install -c in one
place, instead of $(INSTALL_DATA) .


A patch follows.


*** Makefile.in Tue May 18 23:16:06 1999
--- Makefile.new.in     Tue May 15 09:42:37 2001
***************
*** 121,127 ****
  
  install: libgdbm.la gdbm.h gdbm.info
        $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir)
$(infodir)
!       $(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h
$(includedir)/gdbm.h
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
                $(man3dir)/gdbm.3
--- 121,127 ----
  
  install: libgdbm.la gdbm.h gdbm.info
        $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir)
$(infodir)
!       $(LIBTOOL) $(INSTALL_DATA) libgdbm.la $(libdir)/libgdbm.la
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h
$(includedir)/gdbm.h
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
                $(man3dir)/gdbm.3



reply via email to

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