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

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

(no subject)


From: Greg Kochanski 582-4706
Subject: (no subject)
Date: Tue, 15 May 2001 09:41:29 -0400 (EDT)

Installation 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]