This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-MD together with -save-temps broken
- From: Daniel Egger <degger at fhm dot edu>
- To: GCC Developer Mailinglist <gcc at gcc dot gnu dot org>
- Date: 13 Mar 2002 21:25:53 +0100
- Subject: -MD together with -save-temps broken
Hija,
using the 3.1 branch or HEAD the following:
/opt/gcc/bin/gcc -save-temps -O2 -Wall -Wp,-MD,.deps/glib-genmarshal.pp
-c glib-genmarshal.c
is broken. The preprocessed file (.i) will be empty and thus the object
file, too. The assembly just contains the typical header:
.file "glib-genmarshal.i"
.ident "GCC: (GNU) 3.2 20020313 (experimental)"
Any ideas?
--
Servus,
Daniel