[distcc] (no subject)

Martin Pool mbp at sourcefrog.net
Tue Jul 22 12:13:51 GMT 2003


Hi,

On 22 Jul 2003, murad ali <murad_77 at hotmail.com> wrote:

>    2. on both system the daemon isrunning as
> 
>    distccd --pid-file PID --log-stderr  --daemon
>
>    3. I issued command
> 
>    #gmake CC='distcc gcc' CXX='distcc g++'  -j30
> 
>    ..............................................
> 
>    /usr/local/bin/distcc gcc -o obj/lip.o -c -wall ./src/lip.c

Is this a line printed by make?

>    ......................................................................
>    ......
> 
>    all  objects files were created .but when I issue comman for execution
>    then program takes so much time
>    as  without distcc. Kindly tell me that how this execution time can be
>    reduced.

Do you see any connection message in the window where the daemon is
running, or any error messages from distcc on the client?  What about
if you do

  export DISTCC_VERBOSE=1

on the client before starting the build?

--
Martin



More information about the distcc mailing list