Re: Xcode 3.0: gcc 3.3 compiles fail if distributed builds (distcc) are turned on
Re: Xcode 3.0: gcc 3.3 compiles fail if distributed builds (distcc) are turned on
- Subject: Re: Xcode 3.0: gcc 3.3 compiles fail if distributed builds (distcc) are turned on
- From: Rick Ballard <email@hidden>
- Date: Wed, 31 Oct 2007 10:03:21 -0700
On Oct 31, 2007, at 9:32 AM, Rick Ballard wrote:
On Oct 31, 2007, at 8:28 AM, Mike Throckmorton wrote:
If I turn on distributed builds (and no other Mac to distribute to,
although I don't know if this matters) and try to build a universal
binary static lib with gcc 4 for the intel arch and gcc 3.3 for the
ppc arch, the 3.3 compiles fail with:
This is a bug in distcc for Xcode 3.0. To work around the issue,
edit the files /usr/share/distcc_compilers and <Developer>/usr/share/
distcc_compilers (where <Developer> is your Xcode 3 folder) and add
the line "/usr/bin/gcc-3.3" to the end of each file. You'll need to
edit at least /usr/share/distcc_compilers in this way on each
machine to which you wish to distribute gcc-3.3 builds.
Actually, one important correction: I don't believe that you need to
edit /usr/share/distcc_compilers; editing <Developer>/usr/share/
distcc_compilers should be sufficient. Furthermore, I don't believe
that you need to do this on each machine that you wish to distribute
gcc-3.3 builds to; doing this on the machine that you are distributing
from should be sufficient.
- Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden