|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-04-28 10:40:58
Vladimir Prus <ghost_at_[hidden]> writes:
> 1. Configure gcc with
>
> using gcc : : "distcc g++" ;
This whole business of specifying the command to use and making other
deductions from there is a fragile hack at best. Some toolsets throw
out the last path element and compose new paths from there. Writing
"foo/bar/distcc g++" is going to produce unpredictable behavior in
these cases. We need a better solution.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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