[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interrupt/Exception
From: |
Eli Zaretskii |
Subject: |
Re: Interrupt/Exception |
Date: |
Wed, 01 Apr 2009 20:33:16 +0300 |
> From: Jean Pierre Daviau <address@hidden>
> Date: Wed, 01 Apr 2009 06:39:56 -0400
>
> Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python;M:\jpd;M:\classes;C:\Program
> Files (x86)\EasyPHP1-8\php;C:\Program Files
> (x86)\QuickTime\QTSystem\;C:\Program Files
> (x86)\WinZip;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files
> (x86)\EasyPHP1-8\php\";"C:\Program Files
> (x86)\IrfanView";C:\Borland\BCC55\Bin;"C:\Program Files
> (x86)\Java\jre1.6.0_07\bin";c:\Program Files (x86)\Microsoft SQL
> Server\90\Tools\binn\;"C:\Program Files\Microsoft Visual Studio
> 8\VC\bin";"C:\MinGW\bin"
Thanks, I'm now sure this is the same bug that I had in mind: it
raises its ugly head when the value of Path ends with a quote. The
bug number is 25412, you can view the solution here:
http://savannah.gnu.org/bugs/index.php?25412
There's a patch there that you can apply and rebuild Make to solve
this problem.
By the way, out of curiosity: where did those quoted directories in
your Path come from? Did you add quoted directories, or is it work of
automated installer programs?
I'm asking because these quotes are unnecessary: Windows (and Make)
will happily work without them.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Interrupt/Exception,
Eli Zaretskii <=