|
From: | Bob Friesenhahn |
Subject: | Re: Compiling for newer Intel CPUs with an older Intel build system? |
Date: | Fri, 4 Mar 2016 15:57:59 -0600 (CST) |
User-agent: | Alpine 2.01 (GSO 1266 2009-07-14) |
On Fri, 4 Mar 2016, Nick Bowler wrote:
This sounds like a nice idea in concept, but unfortunately the config.cache files are not meant to be shared between different packages. This has been tried before, and it inevitably leads to disaster. Most obvious is the possibility of namespace collision (two packages could use the same variable name for totally different things) but more subtle issues can come up too.
Cache values are often interdependent. The success of one depended on another, or on a particular shell variable value when the associated test was run. The linker and preprocessor search paths are a good example of a dependency.
Bob -- Bob Friesenhahn address@hidden, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
[Prev in Thread] | Current Thread | [Next in Thread] |