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
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc

Reply via email to