make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: make alters subprocess environment


From: Eli Zaretskii
Subject: Re: Re[2]: make alters subprocess environment
Date: Fri, 21 Sep 2007 00:46:35 +0200

> From: =?koi8-r?Q?=F0=C1=D7=C5=CC_=F3=D5=D4=D9=D2=C9=CE?= <address@hidden>
> Cc: address@hidden
> Date: Thu, 20 Sep 2007 14:11:17 +0400
> 
> -Path=c:\program files\imagemagick-6.3.3-q16;"c:\Program Files\Python25"; 
> (...)
> +PATH=c:\program files\imagemagick-6.3.3-q16;"c;\Program Files\Python25"; 
> (...)
>  ^^^^                                          ^
>  notice this                  and especially this. other symbols are intact.

The PATH vs Path is okay: there are programs, notably those which come
from Unix, that need PATH, so Make upcases it.  Most Windows programs
don't care about case-sensitivity in Path.

The other problem is because you have quotes around that directory
name.  Why did you do that? Windows doesn't need such directories to
be quoted.  Remove the quotes and it will work.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]