[distcc] distcc times out in mid-build

Martin Pool mbp at sourcefrog.net
Fri Jun 3 21:31:13 GMT 2005


On  3 Jun 2005, Jeremy Glazman <JGlazman at itsgames.com> wrote:
> After some more rigorous testing, it appears that the problem is a race
> condition.  Somehow make (in parallel) is trying to build the libraries and
> the binary that depends on them at the same time. Then when the binary is
> finished compiling it tries to link, and the libraries aren't ready yet. It
> appears that parallel make in Solaris solves this sort of dependency issue,
> but GNU make does not. The GNU solution is apparently to redesign your
> makefile.

How does Solaris make detect this?
-- 
Martin


More information about the distcc mailing list