autoconf
[Top][All Lists]
Advanced

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

Re: RFE: configure -> dependency list on exit.


From: Bob Friesenhahn
Subject: Re: RFE: configure -> dependency list on exit.
Date: Tue, 22 Feb 2005 14:11:01 -0600 (CST)

On Tue, 22 Feb 2005, Hugh Sasse Staff Elec Eng wrote:

totally wrong though, since failure to detect a header or library could actually be due to an earlier error in the configuration process (config.log needs to be carefully inspected).

Tsort.  If an earlier thing fails for a given branch of dependencies
then tests for things later in that branch will fail.  It doesn't

Alas, it is not that easy. If you have 16 possible libraries you need to link against, it may be that library 5 provides what you were looking for (and need), but library 14 needed something else from library 5 (maybe optional symbols, or an extra library dependency) that it failed to provide. This causes a failure when testing library 14, but the originating problem was in library 5.

This is actually a pretty common problem.

Similar things occur when testing header files.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]