X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <31350629.post@talk.nabble.com>
References: <31350629.post@talk.nabble.com>
Date: Fri, 8 Apr 2011 12:14:56 +0100
Message-ID: <BANLkTinh5zkcBPHF=R0w4jNBsT8TzpFBxQ@mail.gmail.com>
Subject: Re: Windows tools can access /usr/share but not /usr/lib
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 8 April 2011 12:04, Marc Girod wrote:
> I am enhancing/fixing a perl tool (published to CPAN) which allows to imp=
ort
> files into a ClearCase
> database (vob): synctree. Among the enhancements is support for cygwin.
> 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): cleartoo=
l.
> 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
>
> My question is (as I'll have to implement a workaround) how can I detect
> this issue?
>
> I already found:
>
> $ df /usr/lib
> Filesystem =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 1K-blocks =C2=A0 =C2=A0 =C2=
=A0Used Available Use% Mounted on
> C:/cygwin/lib =C2=A0 =C2=A0 =C2=A0 =C2=A0244196348 =C2=A035784364 2084119=
84 =C2=A015% /usr/lib
>
> Is this the answer to my question?

Yes.

You should use the cygpath utility to translate Cygwin paths to
Windows paths, rather than just changing slashes and prefixing with
C:\cygwin. Apart from everything else, Cygwin might be installed
somewhere other than C:\cygwin.

Andy

--
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

