>>>>> "Tim" == Tim Heath <[EMAIL PROTECTED]> writes:
Tim> CXX=aCC CC=aCC ./configure --enable-dependency-tracking
Tim> Is this the correct way to use thise new dependency generation?
Yes.
Tim> When I touch a .C that should cause other .o's to be regenerated
Tim> it is not occurring. It does not attempt to recompile at all
Tim> when I touch .h's. How can I fix this please?
First we have to find out what is wrong.
Does `depcomp' work with your compiler?
You can tell my looking at the dependency output files to see if they
look correct.
Tom