On 21 Jun 2011, at 15:31, Paul Davis wrote: > Perhaps we should just write a small tool that does the > compilation in parallel instead of trying to wedge a square hole into > a hypercube.
GNU Make has parallel builds baked in. http://developers.sun.com/solaris/articles/parallel_make.html
