This is the mail archive of the automake@gnu.org mailing list for the automake project.


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

Re: Dependency Help


>>>>> "Tim" == Tim Heath <th374862@cosd.fedex.com> 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


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