On Jun 24, 2004, "Verma, Ajay" <[EMAIL PROTECTED]> 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   [EMAIL PROTECTED], gcc.gnu.org}
Free Software Evangelist  [EMAIL PROTECTED], gnu.org}
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to