I live in a house with multiple computers. What my fellow room-mates don’t know is that their computers are each host to a linux virtual machine running ubuntu server. I have SSH access to each of these machines, some of them are somewhat powerful. I have distcc installed on all of them, I’m trying to do a distributed compile.
The usual…
$ distcc-pump make UE4Clinet CC=“distcc clang++”
doesn’t seem to be working. It compiles, but distcc-pump doesn’t distribute any work. Any ideas on why this is?