[distcc] Possible bug.. distcc 2.8 building mozilla src...

Travis Freeland travis at deakin.edu.au
Wed Jul 9 14:43:51 GMT 2003


distcc doesn't appear to like to do 'distcc <object file> -o 
<executable>' .. whereas gcc works fine..
In summary I'm trying to get mozilla to work with distcc because it just 
takes so darn long to build.. :)

travis at full:00:39:33:/src/archive/m/mozilla/src/mozilla/nsprpub/config
$ make
distcc  now.o   -o now
distcc[19569] (dcc_execvp) ERROR: failed to exec now.o: No such file or 
director
y
distcc[19568] ERROR: compile on localhost failed with exit code 110
make: *** [now] Error 110
travis at full:00:39:44:/src/archive/m/mozilla/src/mozilla/nsprpub/config
$ distcc  now.o   -o now
distcc[19598] (dcc_execvp) ERROR: failed to exec now.o: No such file or 
director
y
distcc[19597] ERROR: compile on localhost failed with exit code 110
travis at full:00:40:06:/src/archive/m/mozilla/src/mozilla/nsprpub/config
$ gcc now.o -o now

Travis




More information about the distcc mailing list