[distcc] Error when cross compiling

ibaker at mail.cern.ch ibaker at mail.cern.ch
Thu Apr 2 06:58:29 GMT 2009


>
> So, there is an alternative method to handle these situations ?
> IMHO the simpliest way is adding an environment variable or a command
> line argument that specifies the path where distccd needs to look.
>

Or specify the absolute path to whichever compiler you want to use on the 
client, this is then passed verbatim to the server and the compiler is run 
from that directory (from the man page):

distcc /usr/local/bin/gcc-3.1415 -c hello.c

Ian


More information about the distcc mailing list