make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mingw make problems


From: Eli Zaretskii
Subject: Re: mingw make problems
Date: Fri, 18 Aug 2006 00:12:26 +0300

> Date: Thu, 17 Aug 2006 16:31:21 -0400
> From: "William A. Hoffman" <address@hidden>
> 
>  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.




reply via email to

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