delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <391A188A.DCB8BE66@ece.gatech.edu> |
Date: | Wed, 10 May 2000 22:18:50 -0400 |
From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
X-Mailer: | Mozilla 4.7 [en] (WinNT; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | Dmitry Yaitskov <dimas AT home DOT com> |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Problems with make install of tiff libs |
References: | <m31z39c36a DOT fsf AT lucy DOT mtth1 DOT on DOT wave DOT home DOT com> |
I have detailed build instructions (and a precompiled version) at http://cygutils.netpedia.net/V1.1/tiff-3.5.2/ tiff is does not have a very well-behaved config/make environment, IMO. --Chuck Dmitry Yaitskov wrote: > > Hi, > > I am having a problem with make install of the tiff libs. ./configure > works fine after replacing the config.guess script. make works fine. > But when I try to make install, makes fails as the file names appear > with some extra slashes at the beginning. I thought I'd ask here > before trying to figure out what goes on there (my knowledge of > installation scripts is nil, unfortunately). Thanks. > > My system is: > > CYGWIN_NT-4.0 LUCY 1.1.0(0.17/3/2) 2000-03-01 00:15:19 i686 unknown > > LUCY:/usr/local/src/tiff-v3.4$make install > = libtiff > make[1]: Entering directory `/usr/local/src/tiff-v3.4/libtiff' > if [ nodso != nodso ]; then \ > make nodso; \ > else \ > true; \ > fi > /bin/sh ../port/install.sh -idb tiff.sw.dev -m 755 -dir /usr/local/include > mkdir: cannot make directory `///usr/local/include': No such file or directory > for i in ../libtiff/tiff.h ../libtiff/tiffio.h; do \ > f=`basename $i`; \ > /bin/sh ../port/install.sh -idb tiff.sw.dev -m 444 -F /usr/local/include\ > -src $i -O $f; \ > done > cp: //usr/local/include/tiff.h: No such device or address > cp: //usr/local/include/tiffio.h: No such device or address > /bin/sh ../port/install.sh -idb tiff.sw.dev -m 755 -dir /usr/local/lib > mkdir: cannot make directory `///usr/local/lib': No such file or directory > /bin/sh ../port/install.sh -idb tiff.sw.dev -m 444 -F /usr/local/lib -O libtiff. > a > cp: //usr/local/lib/libtiff.a: No such device or address > if [ nodso != nodso ]; then \ > make installDSO; \ > else \ > true; \ > fi > make[1]: Leaving directory `/usr/local/src/tiff-v3.4/libtiff' > = tools > make[1]: Entering directory `/usr/local/src/tiff-v3.4/tools' > /bin/sh ../port/install.sh -idb tiff.sw.tools -m 755 -dir /usr/local/bin > mkdir: cannot make directory `///usr/local/bin': No such file or directory > /bin/sh ../port/install.sh -idb tiff.sw.tools -m 755 -F /usr/local/bin -O fax2ti > ff fax2ps gif2tiff pal2rgb ppm2tiff rgb2ycbcr thumbnail ras2tiff tiff2bw tiff2ps > tiffcmp tiffcp tiffdither tiffdump tiffinfo tiffmedian tiffsplit > cp: //usr/local/bin/fax2tiff: No such device or address > cp: //usr/local/bin/fax2ps: No such device or address > cp: //usr/local/bin/gif2tiff: No such device or address > > -- > Cheers, > -Dima. > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |