From: ChrisEADS on
Hi group,

I'm using header files that can be included in fortran as well as in
C.
This works quite well but when I tried to port to gcc4.4 i cannot make
my dependency makefile with the "-MM" flag.

Does anybody know if there is a new flag substituting the MM? Is there
another way to get those dependencies?

Thank you,
Chris
From: stevenb on
On Aug 10, 9:14 am, ChrisEADS <Christian.Salb...(a)kabelmail.de> wrote:
> Hi group,
>
> I'm using header files that can be included in fortran as well as in
> C.
> This works quite well but when I tried to port to gcc4.4 i cannot make
> my dependency makefile with the "-MM" flag.

This was added just this week to gcc4.4:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954#c20

Should be in the next release from the gcc 4.4 stable branch. I do not
know when that will be, unfortunately.

Ciao!
Steven