Actually,

I had tried the absolute path and got the same earlier error. But after editing the init.d script so PATH was being populated properly everything worked fine.

Daniel

--
Daniel Jabbour
Software Engineer
Laptouch, Inc.



On Apr 2, 2009, at 2:58 AM, <iba...@mail.cern.ch> <iba...@mail.cern.ch> wrote:



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