2000.04.17 19:03 "SGI tiff 3.5.5 make install error .....", by Hezekiah Mcmurray

2000.04.18 14:42 "Re: SGI tiff 3.5.5 make install error .....", by Jan Prikryl

If someone does come up with a fix for this, I'd like to apply it to the CVS source quickly.

Otherwise, if anyone could donate shell access to an SGI Irix box that we could use for testing builds (or at least quickly fixing this problem), we'd greatly appreciate it.

Here is the patch... tested on Irix 6.5. Shall be appiled in the root directory of libtiff with

        patch -p0 < tiff-makefile.patch

By the way, the install part of current makefiles seems to be SGI-specific (at least it relies on SGI-specific /sbin/install). It will probably not work on many architectures (it sure does not work on my Linux). It could pay off to switch libtiff to automake/autoconf, has anyone done anything in this direction already?

-- jp

-------------------------------------------------------------------------
               Jan Prikryl <prikryl@cg.tuwien.ac.at>
         http://www.cg.tuwien.ac.at/staff/JanPrikryl.html
         Institute of Computer Graphics and Visualisation
             Vienna University of Technology, Austria
-------------------------------------------------------------------------

*** tools/Makefile.in.orig      Tue Dec 21 00:46:11 1999
--- tools/Makefile.in   Tue Apr 18 16:17:45 2000
***************
*** 108,115 ****
            true; \
        fi
  install: all
!       ${INSTALL} -idb nostrip tiff.sw.tools -m 755 -dir @DIR_BIN@
!       ${INSTALL} -idb nostrip tiff.sw.tools -m 755 -F @DIR_BIN@ -O ${TARGETS}
        @if [ "@LIBIMAGE@" = yes ]; then \
            ${INSTALL} -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O sgi2tiff; \
        else \
--- 108,115 ----
            true; \
        fi
  install: all
!       ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 -dir @DIR_BIN@
!       ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O ${TARGETS}
        @if [ "@LIBIMAGE@" = yes ]; then \
            ${INSTALL} -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O sgi2tiff; \
        else \