Windows tools can access /usr/share but not /usr/lib

Greg Chicares gchicares@sbcglobal.net
Fri Apr 8 14:07:00 GMT 2011


On 2011-04-08 11:04Z, Marc Girod wrote:
[...]
> While testing it on cygwin, I tried and failed to import it itself, from the
> perl install directory, which
> is under /usr/lib.
> 
> The tool spawns an IBM utility built for Windows (in this case): cleartool.
> It is this cleartool which cannot access C:\cygwin\usr\lib
> 
> I notice that the Windows cmd shell has the exact same problem, which
> disappears if using instead:
> C:\cygwin\lib

/lib/ and /usr/lib/ refer to the same directory:
  http://cygwin.com/faq/faq-nochunks.html#faq.using.directory-structure
"C:\cygwin\usr\lib" is unlikely to exist. When you want a windows path,
consider 'cygpath':
  http://cygwin.com/faq/faq-nochunks.html#faq.using.converting-paths

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list