|
|
#1 |
|
Triple-A Player
Join Date: May 2003
Posts: 210
|
distcc
I am looking for articles/Howtos etc for setting up distcc. Any ideas?
|
|
|
|
|
|
#2 |
|
Prospect
Join Date: Mar 2003
Location: 127.0.0.1
Posts: 48
|
What exactly are you having trouble with? Install distcc (by hand, with fink, etc, or use Apple's supplied version), edit ~/.distcc/hosts on each client machine to your liking, run "distccd --daemon" on each server machine, and then just run "make -j8 CC=<path to distcc>" instead of "make" when compiling stuff.
localhost |
|
|
|
|
|
#3 |
|
Triple-A Player
Join Date: May 2003
Posts: 210
|
I use the built in (Apple's) distcc (is there any reason to use some other version?) and have created a ~/.distcc/hosts with this content:
localhost powerbook.local desktop.local and have run distccd --daemon on all available computer (right now the desktop is turned off, i.e., I have ran this command on localhost and powerbook.local) but when I compile (./configure --prefix=/tmp works without any errors) I get this error message: % make -j8 CC=/usr/bin/distcc make all-recursive Making all in libltdl make all-am /bin/sh ./libtool --mode=compile /usr/bin/distcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o ltdl.lo ltdl.c libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[3]: *** [ltdl.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 That is my problem. Any suggestions? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|