Re: Libtool convenience library dependence check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 23 Aug 2004, Andre Caldas wrote:

Since nobody answers to my post, I will  ;-)

I am using --disable-dependency-tracking as a configure option to avoid this problem. What kind of dependency can I expect to fail with this?

If you edit a source file and add or remove a header file inclusion, then make will not notice the change so it may produce bad results. If you are using a distributed package, then the Makefile should include the existing dependency information within itself. If you bootstrapped from scratch, then there may be not header dependency information at all.


This is actually an Automake issue rather than an Autoconf issue since Automake is the one which adds the --disable-dependency-tracking option.

You would usually only use --disable-dependency-tracking if you are using some obscure proprietary compiler and it misbehaves while compiling the package.

Bob
======================================
Bob Friesenhahn
bfriesen@xxxxxxxxxxxxxxxxxxx
http://www.simplesystems.org/users/bfriesen


_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux