delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <486FED04.54ADDC@dessent.net> |
Date: | Sat, 05 Jul 2008 14:52:04 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
X-Mailer: | Mozilla 4.79 [en] (Windows NT 5.0; U) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: odd PATH |
References: | <E1KFF6L-000KnX-00 DOT assignator-mail-ru AT f70 DOT mail DOT ru> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.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 |
Konstantin Gorskov wrote: > Hi! I'm building ffmpeg using cygwin+mingw32ce. I have build configure file successfully, but can not execute 'make' command properly. I get ffmpeg.d:1 ***multiple target patters.Stop. This probably means your Makefile contains Win32 (drive-letter) style paths, which Cygwin make does not support. > I understand, that I get this error because of blank spaces if file paths, but > where does those Program Files comes from? How are they related to my build? > There are no tracks of them in profile either: > PATH=/cygdrive/c/mingw/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH > export PATH This statement *prepends* a set of values to the existing value of $PATH, which starts out with a value from the operating system configuration. Those other directories are already in your path from Windows, as you can see if you look at PATH in a standard command prompt (or from the GUI: System Properties -> Advanced tab -> Environment Variables button.) This likely has nothing to do with your error because it's totally normal for the PATH to contain those sort of things. Having paths with spaces is not an issue and works fine. Brian -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |