From: ChrisEADS on 10 Aug 2010 03:14 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 10 Aug 2010 11:38 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
|
Pages: 1 Prev: Reading a .wav file Next: C vs. Fortran (half OT questions) |