[distcc] Cross compiling amd64 and x86

Martin Pool mbp at sourcefrog.net
Fri Jan 20 23:38:51 GMT 2006


On 20 Jan 2006, Brian Wallen <brian_wallen at hotmail.com> wrote:
> I have a couple of x86 boxes and an amd64 box.  Whenever I compile 
> something on any of them, I would like for the others to help out with 
> distcc.  So far I only am test this out on 1 amd64 box and 1 x86 box. When 
> I try to compile something on the x86 box, I only get an error that says 
> this

110 means "compiler missing".

So make sure that CC is set to an appropriate name, and that that
compiler is installed on 192.168.2.3.  Typically you should have
something like CC=i386-linux-gnu-gcc-4.0.

> Any ideas about what is happening? I couldn't find any more info on exit 
> code 110.

I'll add it to the man page.

-- 
Martin


More information about the distcc mailing list