This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems with make install of tiff libs


"Michael Ring" <Michael.Ring@t-mobil.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]