[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mingw make problem
From: |
William A. Hoffman |
Subject: |
Re: mingw make problem |
Date: |
Fri, 18 Aug 2006 12:56:56 -0400 |
At 12:42 PM 8/18/2006, Eli Zaretskii wrote:
>> Date: Fri, 18 Aug 2006 08:58:00 -0400
>> From: "William A. Hoffman" <address@hidden>
>> Cc: address@hidden
>>
>> Just noticed:
>>
>> static char sh_chars_sh[] = "#;\"*?[]&|<>(){}$`^";
>>
>> Note the \" This is in the #ifdef __MSDOS__ section which I assume
>> is on for mingw.
>
>No, MinGW picks up the "#elif defined (WINDOWS32)" section.
>
>> Why is " considered a shell character?
>
>Please note that it is considered a shell character on _all_ systems
>when a Unixy shell is invoked. I believe the reason is that a Posix
>shell removes the quotes from the command line, and has other special
>processing inside a quoted argument. So Make invokes the shell, to
>avoid knowing too much about this processing.
OK, but there seems to be some extra work that needs to be done in
CreateProcess to get the arguments correct.
-Bill
- Re: mingw make problems, (continued)
- Re: mingw make problems, Christopher Faylor, 2006/08/17
- Re: mingw make problems, Bill Hoffman, 2006/08/17
- Re: mingw make problems, Eli Zaretskii, 2006/08/17
- Re: mingw make problems, Christopher Faylor, 2006/08/17
- Re: mingw make problem, William A. Hoffman, 2006/08/17
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem,
William A. Hoffman <=
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, Eli Zaretskii, 2006/08/19
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problem, Earnie Boyd, 2006/08/19
- Re: mingw make problem, William A. Hoffman, 2006/08/19