X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <cee932cf0803141041r32d0b551iab72ef2dd1b02031@mail.gmail.com>
Date: Fri, 14 Mar 2008 13:41:28 -0400
From: "Jason Alonso" <jbalonso@gmail.com>
Reply-To: jalonso@media.mit.edu
To: cygwin@cygwin.com
Subject: Re: Cygwin doesn't install on Windows Server 2008 (x64).
In-Reply-To: <A28965E490DE4B4DBE938ECF7CC19C04073F4C61@blums0014.na.baesystems.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <E6F7A586E0A3F94D921755964F6BE0060167423C@EXCHANGE2.cs.cornell.edu> 	 <A28965E490DE4B4DBE938ECF7CC19C04073F4C5D@blums0014.na.baesystems.com> 	 <E6F7A586E0A3F94D921755964F6BE00601674283@EXCHANGE2.cs.cornell.edu> 	 <A28965E490DE4B4DBE938ECF7CC19C04073F4C61@blums0014.na.baesystems.com>
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

Hello,

On Fri, Mar 14, 2008 at 1:26 PM, Popper, Samuel (US SSA) wrote:
> Your PATH does not yet have any part of cygwin in it, so I just added
>  it:
>  export PATH=$PATH:/bin:/usr/bin
>
>  Try adding it to your path and see if you get better results.
>
>  But the behavior I saw was different- when the shell couldn't find a
>  command, it gave an error message but did not spawn a new process.

I was about to comment similarly, but I was observing that it sounds
like non-Cygwin processes were being spawned (or doing the spawning).
So, a couple of things:

1) Try sending the output of cygcheck -s.  It sounds like this is
going to be a problem, so at least report the output of echo $PATH.
2) If the wrong executables are being launched, putting /bin and
/usr/bin at the end of PATH isn't going to help, but putting them at
the front will (export PATH=/bin:/usr/bin:$PATH).

Cheers,
Jason

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

