> Thanks for this link, I have read it before I write the post. Did I 
> understand thr problem correct:
> I need a full OSX compatible toolchain !? So I download all Apple developer 
> tools, compile
> it under my Gentoo box and add all header files which I used under OSX to my 
> Linux box?

According to those instructions, for distcc use you only need cctools
and a compiler. You don't need any headers as the code distcc sends to
servers is preprocessed on the client.

You won't be able to cross-compile directly on the linux box (you're
missing headers, libraries and frameworks), but that should not be a
problem.

The OpenDarwin project died a long time ago, so odcctools is no more.
The source packages for cctools and apple's blend of gcc can be
downloaded from opensource.apple.com. I have no idea whether they
support building on Linux or not (especially cctools)...

andrea


Reply via email to