This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Dependency Help
- To: wgheath at fedex dot com
- Subject: Re: Dependency Help
- From: Tom Tromey <tromey at redhat dot com>
- Date: 17 Dec 2000 16:23:12 -0700
- Cc: "automake at gnu dot org" <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <3A241899.DA51B3FE@cosd.fedex.com>
- Reply-To: tromey at redhat dot com
>>>>> "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