Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-06-16 05:22:07


On Friday 16 June 2006 06:09, Chris Weed wrote:
> Hi,
> I wanted to get distcc working with bjam.
> Does anyone have any experience on how to do this?
> Do I just set DISTCC_HOSTS and alias g++ to distcc in my environment?

Strictly speaking, you should alias "g++" to "distcc g++", but yet, this is
probably the most convenient method.

Another one is:

  using gcc : : "distcc g++" ;

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk