This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc -MF doesn't work as expected
- To: Peter Eisentraut <peter_e at gmx dot net>
- Subject: Re: gcc -MF doesn't work as expected
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Sun, 8 Apr 2001 18:42:18 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.30.0104081804200.1236-100000@peter.localdomain>
Peter Eisentraut wrote:-
> While the documentation is ambiguous and underspecifying about the exact
> semantics of -MF in absence of -MD, the fact that no object file is
> created despite the presence of -c is a bug.
No, that is the intended behaviour. If you want a compilation, you
use -MD.
Neil.