> Date: Thu, 17 Aug 2006 16:31:21 -0400
> From: "William A. Hoffman" <[EMAIL PROTECTED]>
> 
>  From the cygwin shell the error is:
> c:/cygwin/bin/gcc.exe  "a.c" "b.c"
> gcc: a.c b.c: No such file or directory
> gcc: no input files
> c:\hoffman\My Builds\CMakeDev\Tests\COnly\b\make.exe: *** [allgcc] Error 1
> 
> It is looking for a file called "a.c b.c".

On my machine, if I add -v to the GCC command, I clearly see that it
compiles a.c, then b.c in two separate invocations of cc1.exe and
as.exe.  Just as I expect.


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

Reply via email to