[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mingw make problem
From: |
Eli Zaretskii |
Subject: |
Re: mingw make problem |
Date: |
Fri, 18 Aug 2006 23:32:49 +0300 |
> Date: Fri, 18 Aug 2006 15:50:03 -0400
> From: "William A. Hoffman" <address@hidden>
> Cc: address@hidden
>
> >all:
> > d:/full/path/to/rundump.exe "a.c" "b.c"
> >
> >d:/full/path/to/rundump.exe "a.c" "b.c"
> >command line = {d:\full\path\to\rundump.exe a.c b.c}
> >argv[0] = {d:\full\path\to\rundump.exe}
> >argv[1] = {a.c}
> >argv[2] = {b.c}
> >
> >So the MinGW binary of Make does not remove the outer layer of quotes,
> >and the subsidiary program sees 2 separate arguments.
>
> // from cygwin:
> $ ./make.exe -f mk runit
> c:/hoffman/My\ Builds/CMakeDev/Tests/COnly/b/run.exe "a.c" "b.c"
> command line = {"c:\hoffman\My Builds\CMakeDev\Tests\COnly\b\run.exe" "a.c
> b.c"}
>
> argv[0] = {c:\hoffman\My Builds\CMakeDev\Tests\COnly\b\run.exe}
> argv[1] = {a.c b.c}
Looks like the shell did something to the arguments. What other
explanation can there be?
- Re: mingw make problems, (continued)
- 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, 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 <=
- 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
- Re: mingw make problem, Eli Zaretskii, 2006/08/18
- Re: mingw make problem, Earnie Boyd, 2006/08/18
- Re: mingw make problem, William A. Hoffman, 2006/08/18
- Re: mingw make problems, Earnie Boyd, 2006/08/18