I debug my Makefile and found that all the dependecies are there in
Makefile.
I see this problem whenever a Makefile has info to create an executable
and library in the same folder.
First it is trying to link the all libraries to create an executable and
then create the library.
That's why this problem is coming.

I believe this may be the problem with make when trying to do parallel
build.
Otherwise with only make,it works fine.

Anyone..???

-----Original Message-----
From: Alexandre Oliva [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 25, 2004 12:19 PM
To: Verma, Ajay
Cc: Daniel Kegel; [EMAIL PROTECTED]
Subject: Re: [distcc] RE: Distcc with make


On Jun 25, 2004, "Verma, Ajay" <[EMAIL PROTECTED]> wrote:

> I see problem coming whenever I specify -j option with make,I get the 
> same error.

Of course.  It has nothing to do with distcc.

> I use automake and autconf to create the makefile.

You're going to have to add some expicit dependencies to get some builds
that are occurring to early delayed.  You'll have to understand the
internal dependencies of your package, say generated header files, and
make sure these dependencies are represented in the Makefile.

-- 
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