public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Gregory Walker <gwalker@jump.net>
To: philippe gerard <philippe.gerard@inria.fr>
Cc: cygwin@sources.redhat.com
Subject: Re: [Fwd: Cygnus And Windows 2000 ?]]
Date: Wed, 23 Aug 2000 19:19:00 -0000	[thread overview]
Message-ID: <4.2.0.58.20000823211114.00985950@pop.jump.net> (raw)
In-Reply-To: <20000823110256.F4479@cygnus.com>

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

      reply	other threads:[~2000-08-23 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-23  8:03 [krk@cygnus.com: " Chris Faylor
2000-08-23 19:19 ` Gregory Walker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.2.0.58.20000823211114.00985950@pop.jump.net \
    --to=gwalker@jump.net \
    --cc=cygwin@sources.redhat.com \
    --cc=philippe.gerard@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).