Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-29 Thread Kraus Philipp
Am 27.09.2012 um 23:34 schrieb Andrea Conti: 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

[gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Kraus Philipp
Hello, I have installed distccd on my Gentoo box and I would like to use it from a OSX Snow Leopard. The distcc daemon runs on the Gentoo box and my OSX clients connect the box. I can run distcc on my OSX and it send the code to the Gentoo box and compile it. But my cross-compiling does not

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Andrea Conti
I think I must add a OSX specified symbolic link. Symlinks are only needed on the distcc client, not on the server running distccd. But that is a trivial matter. Which tools / configuration must be set for cross-compiling OSX code on my Gentoo box? You need to put together a complete OSX

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Kraus Philipp
Am 27.09.2012 um 20:33 schrieb Andrea Conti: I think I must add a OSX specified symbolic link. Symlinks are only needed on the distcc client, not on the server running distccd. But that is a trivial matter. Which tools / configuration must be set for cross-compiling OSX code on my

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-27 Thread Andrea Conti
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