$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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