Exit Wiki

Setting up CC in an enviroment variable

This means that you can set the CC enviroment variable on the command line, as so:

$ export CC="/arch/beta/bin/distcc gcc" CXX="/arch/beta/bin/distcc g++"

(Thanks to The Northeastern University College of Computer Science Volunteer Systems Group for the example )

Making with distcc

make -jN

Replace N with a number that is about the number of availiable machines. It sounds like some experimenting is needed to get this numer just right.

distcc Tricks (last edited 2006-10-13 16:08:13 by RyanWilcox)