I was having trouble getting distcc to farm out the compile. It was giving me 
messages like:

distcc[4576] (dcc_scan_args) -MTfoobar implies -E (maybe) and must be local.

It appears the problem is with distcc's parsing of the options. The issue was 
the difference between these two ways of passing the options to the compiler:

-MTfoobar
-MT foobar

Gcc isn't picky. It will let you drop the space between them, but distcc is not 
so forgiving. The first one forces the compile to be local, but the second one 
works correctly.


__
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to