> I apologize if this question has already been answered but I would > like to know if there is a way to reuse the same config.cache file > for all the builds of all the subdirectories of a bootstrap ?
It should be possible, but the configure scripts do not update the config.cache file in a concurrency-safe fashion, so this would make parallel building impossible--something which is no doubt a bigger win. Ben