[sldev] How can I use distcc outside LL?

Alissa Sabre alissa_sabre at yahoo.co.jp
Sat Mar 21 20:40:50 PDT 2009


> How can I use distcc to build viewer?

I got an answer inworld.  This message is for a record.

The current develop.py *does* support distcc outside LL, although we
need to specify it in a strange way.

What we need to do to use distcc is to pass an environment variable
CXX containing distcc command prefix when invoking develop.py, e.g.,

    CXX="distcc i386-redhat-linux-g++" python develop.py configure

The generated makefiles always use distcc, then.

This is just an execuse, but I was confused to see a lot of
distcc-specific codes and an option (--no-distcc) in develop.py and to
find that all those distcc features are only for LL developpers...

    Alissa

--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


More information about the SLDev mailing list