Editing path for distcc
After setting up distcc in 'masquerade' mode, you'll want to edit the system-wide path settings. The easiest way to accomplish this is to edit /etc/profile and add this line before PATH gets exported:
That'll insure that the symbolic links created during the masquerade process get found before the 'official' versions of the gcc suite
PATH=/usr/lib/distcc/bin:$PATH
That'll insure that the symbolic links created during the masquerade process get found before the 'official' versions of the gcc suite
0 Comments:
Post a Comment
<< Home