Brandon Coleman wrote:
I am having major problem with masquerading distcc.
I have setup the directory with all the links in /usr/local/distcc/bin

I have this in .profile for my root account
export 
PATH="/usr/local/distcc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11"

if I run which gcc or g++ I get
/usr/local/distcc/bin

BUT whenever I run make-kpkg on kernel sourceit complete ignores
distcc! (I can tell because top shows cc1 using processor, and I never
see distcc show up in the process list) the same thing happens if I
run 'make vmlinux'.

Are you sure you're exporting the PATH?

Try exporting DISTCC_VERBOSE=1 and see what happens.

--
Martin
__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc

Reply via email to