Al writes: > 2010/8/23 Paul Hartman <paul.hartman+gen...@gmail.com>:
> > confcache > > configure knows the option `--cache-file=file': > http://sources.redhat.com/autobook/autobook/autobook_14.html#SEC14 > > Does emerge make use of it? Is there a way to tell emerge to use it, > without writing an overlay to each package? Emerge did this, when confcache was installed and FEATURES=confcache was set. But I guess this only works well with once cache file per package, not with a global cache that is being used during all emerges. The configure script tests for lots of features, each test has a name. But there is no global naming scheme, so tests for different features can have the same name in different packages. I think this is why it did not work so well. Wonko