[distcc] issue compiling from 32 bits to 64 bits ...

Martin Pool mbp at sourcefrog.net
Mon Nov 19 21:03:06 GMT 2007


On Nov 20, 2007 6:58 AM, Roberto Alejandro Espí Muñoz <teratux at gmail.com> wrote:
> By cross compilers you mean for example gcc?? I'm using gcc 4.1.2 on both
> machines.  If not, can you explain a little?

It's likely that one of your compilers defaults to 32 bit output, and
the other to 64 bit output.  You need to either make sure to
explicitly set it on the command line, or install a separate copy of
gcc on the server that has the same target architecture as the
clients.

-- 
Martin


More information about the distcc mailing list