[distcc] RE: Distcc with make

Alexandre Oliva oliva at lsd.ic.unicamp.br
Fri Jun 25 04:30:57 GMT 2004


On Jun 24, 2004, "Verma, Ajay" <ajve at chevrontexaco.com> wrote:

> I am not asking Martin to fix my makefile.I just wanted to get someidea
> what is wrong in the makefile so that I can do some research in the
> right direction.

You're missing dependencies.

Take distcc out of the picture, for starters.  Get a fast build
machine with lots of RAM/swap and run make -j.  It will probably fail
in similar ways.  Add the missing dependencies such that it doesn't
fail.  Bring distcc back into the picture and it will likely work.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}



More information about the distcc mailing list