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 09:32:29 -0700
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:
distcc[13986] ERROR: Couldn't find matching compiler for '/usr/bin/
gcc-3.3'
distcc[13986] (dcc_spawn_child) ERROR: attempt to use unknown
compiler aborted: /usr/bin/gcc-3.3
distcc[13986] (dcc_build_somewhere) Warning: failed to distribute,
running locally instead
distcc[13986] ERROR: Couldn't find matching compiler for '/usr/bin/
gcc-3.3'
distcc[13986] (dcc_spawn_child) ERROR: attempt to use unknown
compiler aborted: /usr/bin/gcc-3.3
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.
The Leopard install was the "release build" ADC download. I
installed Xcode 2.5 afterwards, thinking I could do a check build
and see if 2.5 had the same issue, but distributed builds do not
seem to be available for 2.5 in this scenario.
Xcode 2.5 supports distributed builds on Tiger but not on Leopard.
- 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