make-w32
[Top][All Lists]
Advanced

[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: Sat, 19 Aug 2006 09:15:41 +0300

> Date: Fri, 18 Aug 2006 16:53:38 -0400
> From: "William A. Hoffman" <address@hidden>
> Cc: address@hidden
> 
> 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)?




reply via email to

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