> Date: Fri, 18 Aug 2006 16:53:38 -0400
> From: "William A. Hoffman" <[EMAIL PROTECTED]>
> Cc: make-w32@gnu.org
> 
> runit:
>         "c:/hoffman/My Builds/CMakeDev/Tests/COnly/b/run.exe" "a.c" "b.c"
> runit2:
>         c:/hoffman/My\ Builds/CMakeDev/Tests/COnly/b/run.exe "a.c" "b.c"
> 
> So, if the run command is quoted and the args are quoted it works.
> If the run command is full path but not quoted it fails.
> 
> Although, that does not explain why this does not work:
> 
> broken:
>         c:/cygwin/bin/gcc.exe  "a.c" "b.c"
> 
> 
> ????

But you just explained it yourself: c:/cygwin/bin/gcc.exe is not
quoted.  Does it work if you quote it (even though it doesn't need to
be quoted)?


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to