[Top][All Lists]
[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.
- mingw make problems, Bill Hoffman, 2006/08/17
- Re: mingw make problems, William A. Hoffman, 2006/08/17
- Re: mingw make problems,
Eli Zaretskii <=
- Re: mingw make problems, Christopher Faylor, 2006/08/17
- Re: mingw make problems, Bill Hoffman, 2006/08/17
- Re: mingw make problems, Eli Zaretskii, 2006/08/17
- 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