Hi, On 22 Jul 2003, murad ali <[EMAIL PROTECTED]> 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 __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
