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 |
To: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Problems with make install of tiff libs |
References: | <C2818ILN23P18*@MHS> |
In-Reply-To: | "Michael Ring"'s message of "11 May 2000 07:44:23 +0000" |
From: | Dmitry Yaitskov <dimas AT home DOT com> |
Organization: | Just me at home |
Date: | 11 May 2000 10:06:34 -0400 |
Message-ID: | <m3vh0l9o5x.fsf@lucy.mtth1.on.wave.home.com> |
Lines: | 27 |
User-Agent: | Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Melpomene) |
MIME-Version: | 1.0 |
"Michael Ring" <Michael DOT Ring AT t-mobil DOT de> wrote: > The problem is, that double slashes at the beginning of a pathname are > interpreted as the access to an nt-drive. > > //c/ means look at c:\ of my installation. > > Paths like > ///usr > > are misinterpreted by cygwin which ends in the no such device or address > error-message. > > The solution is quite simple for libtiff: > > use: > > make ROOT=/. install > > now ///usr is converted to /.///usr which can be interpreted by cygwin. Many thanks Michael, it works now. I knew about the //c/ being c:\, but didn't know multiple slashes were allowed in UN*X pathes. -- Cheers, -Dima. -- 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 |