X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <30821015.post@talk.nabble.com> Date: Tue, 1 Feb 2011 13:51:29 -0800 (PST) From: Sunoki To: cygwin AT cygwin DOT com Subject: Re: PATH with spaces In-Reply-To: <4D45A940.1020307@freesbee.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <30799162 DOT post AT talk DOT nabble DOT com> <4D45A940 DOT 1020307 AT freesbee DOT fr> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Thanks, Vincent, I did as you told and it worked fine. Vincent Rivi=C3=A8re-2 wrote: >=20 > Sunoki wrote: >> $ printenv PATH >> ... >> :/cygdrive/c/Program Files (x86)/Common Files/Symbian/tools: >> ... >> $ make >> cygwin warning: >> MS-DOS style path detected: /usr/local/bin/C:\Program >> Preferred POSIX equivalent is: /usr/local/bin/C:/Program >> CYGWIN environment variable option "nodosfilewarning" turns off this >> warning. >> Consult the user's guide for more details about POSIX paths: >> http://cygwin.com/cygwin-ug-net/using.html#using-pathnames >> Can't find C:\Program on PATH. >=20 > My guess: > - You have not installed Cygwin's make package > - You have the Symbian toolchain in your path. It contains a tool named > make.exe >=20 > Try this: > $ type make > make is hashed (/cygdrive/c/Program Files (x86)/Common > Files/Symbian/tools/make) >=20 > If you get the result above, my guess is right, so your config is wrong. > When you type make, it runs Symbian's one, not Cygwin's one. >=20 > You should install Cygwin's make package, the you should clean up your > path,=20 > at least locally: > export=20 > PATH=3D/usr/bin:/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cy= gdrive/c/WINDOWS/System32/Wbem >=20 > --=20 > Vincent Rivi=C3=A8re >=20 > -- > 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 >=20 >=20 >=20 --=20 View this message in context: http://old.nabble.com/PATH-with-spaces-tp3079= 9162p30821015.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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