Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.2.0.58.20000823211114.00985950@pop.jump.net>
X-Sender: gwalker@pop.jump.net
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 
Date: Wed, 23 Aug 2000 21:22:00 -0500
To: philippe gerard <philippe.gerard@inria.fr>
From: Gregory Walker <gwalker@jump.net>
Subject: Re: [Fwd: Cygnus And Windows 2000 ?]]
Cc: cygwin@sources.redhat.com
In-Reply-To: <20000823110256.F4479@cygnus.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed

At 11:02 AM 8/23/00 -0400, you wrote:
 >I tried to install cygwin with windows 2000. The installation procedure
 >has no problem but the application is not working properly:
 >When I click on the Cygwin icon , the only thing I get is a really brief
 >black window where I don't have the time to read the content.

This started happening to me on a Win98 system where CygWin had
been working perfectly before!! I found the problem by editing
the cygwin.bat to remove "@echo off" from the beginning and then
manually running it from a plain MSDOS command window to see what
broke.

The problem was that installing a windows program had put the line
   SET PATH=%PATH%;"C:PROGRAM FILES\SOMEPROGRAM"
into the autoexec.bat file.
Well, now the PATH variable has a blank in it and when cygwin.bat
tries to modify its value the SET command fails. The fix is to
put double-quotes around the entire string that on the right-hand
side of the equals where cygwin.bat modifies PATH, as in:
   SET PATH="c:\cygwin\bin;c:\cygwin\usr\local\bin;%PATH%"

Hope this helps.

Gregory Walker         gwalker@jump.net




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

