delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/08/23/22:20:00

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-Id: <4.2.0.58.20000823211114.00985950@pop.jump.net>
X-Sender: gwalker AT pop DOT jump DOT 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 DOT gerard AT inria DOT fr>
From: Gregory Walker <gwalker AT jump DOT net>
Subject: Re: [Fwd: Cygnus And Windows 2000 ?]]
Cc: cygwin AT sources DOT redhat DOT com
In-Reply-To: <20000823110256.F4479@cygnus.com>
Mime-Version: 1.0

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 AT jump DOT net




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019