[distcc] How split c++ passes for MacOS X CrossCompiler

Benjamin Reed ranger at befunk.com
Tue Dec 2 12:40:32 GMT 2003


Markus Biermaier wrote:

> [Target == ControllingComputer ] > cc -v
> Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
> Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2 
> 19991024 (release)
> 
> [Host] > /usr/local/powerpc-apple-darwin/bin/powerpc-apple-darwin-gcc -v
> Using built-in specs.
> Konfiguriert mit: ../gcc/configure --target=powerpc-apple-darwin 
> --prefix=/usr/local/powerpc-apple-darwin -v
> Thread model: single
> gcc-Version 3.3.2

GCC 3.3.2 is ABI-incompatible with 2.95.2 for C++ code.  If you're 
working with c++, you have to have the same version of the compiler on 
both ends.  (Also note that if you're distributing to a linuxppc box, 
you can't use objective c with distcc either, since apple has many objc 
changes that have not made an official mainline gcc release yet).

-- 
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
<jbeimler> yeah, rpm is for people who can't keep track of hundreds
            of scraps of paper

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 253 bytes
Desc: not available
Url : http://lists.samba.org/archive/distcc/attachments/20031202/275de742/attachment.bin


More information about the distcc mailing list