Go Back   The macosxhints Forums > OS X Help Requests > UNIX - General



Reply
 
Thread Tools Rate Thread Display Modes
Old 05-29-2004, 10:31 AM   #1
david-bo
Triple-A Player
 
Join Date: May 2003
Posts: 210
distcc

I am looking for articles/Howtos etc for setting up distcc. Any ideas?
david-bo is offline   Reply With Quote
Old 05-31-2004, 08:25 PM   #2
localhost
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
localhost is offline   Reply With Quote
Old 06-02-2004, 06:43 PM   #3
david-bo
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?
david-bo is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 04:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.