delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE |
X-Spam-Check-By: | sourceware.org |
X-Mail-Handler: | Dyn Standard SMTP by Dyn |
X-Report-Abuse-To: | abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) |
X-MHO-User: | U2FsdGVkX1/7/m6n9rhvv3tiWMvCYTCo |
Date: | Tue, 24 Jul 2012 11:50:38 -0400 |
From: | Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Cygwin fresh install imports Windows PATH which includes spaces causing errors |
Message-ID: | <20120724155038.GD5572@ednor.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <BLU0-SMTP306681C203762B2074C0748CEDC0 AT phx DOT gbl> |
MIME-Version: | 1.0 |
In-Reply-To: | <BLU0-SMTP306681C203762B2074C0748CEDC0@phx.gbl> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Tue, Jul 24, 2012 at 05:31:54PM +0200, Aaron Schneider wrote: >Fresh install of cygwin on c:\cygwin\ is including spaces in PATH, >causing that cannot execute common tasks, > >$ echo $PATH >/usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/PC Connectivity >Solution:/cygdrive/c/Program Files (x86)/Common Files/Microsoft >Shared/Windows Live:/cygdrive/c/Windows/system32: and so on > >Example: >$ make >Can't find C:\Program on PATH. The Cygwin version of make would not display "c:" anything. That's not a Cygwin path specification and it shouldn't even be possible for a Cygwin program to see the Windows PATH environment variable. You must be running a non-cygwin make. Spaces in the PATH are acceptable on both Linux and Cygwin and Windows. That said, however, make does not deal well with spaces in file specifications. If something is actually parsing a PATH environment variable then it could cause problems. cgf -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |