This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems with -MD -MMD preprocessing for dependency information


David Mahaffey wrote:-

> The online documentation for gcc and -MD says :
> 
> 	"Like `-M' but the dependency information is written to a file
> rather than stdout. gcc will use the same file name and 	directory as
> the object file, but with the suffix ".d" instead."

Yes, this is how CVS GCC works.  2.95.2 does not work as advertised.
I've done some work on dependencies recently, and fixed these issues.

You could either download the most recent snapshot, or even better
check out CVS.

We could really do with 2 sets of online docs - on for the CVS
version, and one for the most recent release :-(

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]