X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <C742AC34C772EC4BAAF642C22E6079D3012111A34618@NSPEXMBX-A.the-lab.llnl.gov>
References: <C742AC34C772EC4BAAF642C22E6079D3012111A3460C@NSPEXMBX-A.the-lab.llnl.gov> 	 <4B9A8AF8.504@cygwin.com> 	 <C742AC34C772EC4BAAF642C22E6079D3012111A34618@NSPEXMBX-A.the-lab.llnl.gov>
Date: Fri, 12 Mar 2010 19:21:53 +0000
Message-ID: <416096c61003121121q22855866u41d029e9f13f6332@mail.gmail.com>
Subject: Re: missing paths
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 12 March 2010 18:57, Roe, Kevin L.:
> First off, I cannot run cygcheck and give you the results. =C2=A0My machi=
ne is completely disconnected from the internet and has no external write c=
apability.
>
> I installed 1.7.1 on a machine that already had 1.5. =C2=A0The machine is=
 a dual quad core Intel box running 64 bit XP.
>
> After installation, I launched the rxvt BASH shell.

How did you invoke it?

You're probably running bash as a non-login shell, in which case
/etc/profile isn't sourced, and that's where the PATH is set.

Run it like so:
rxvt -ls

And if that doesn't help:
rxvt -e /bin/bash -l

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

