$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2007-04-13 17:47:30
on Fri Apr 13 2007, David Daeschler <daveregs-AT-rsaisp.com> wrote:
> Douglas,
>
>> Does the install script create a log file that you can go back and see
>> any error messages?
>
> You could try dumping bjam output to a file... For example:
>
> bjam "-sTOOLS=gcc" install > out.txt
Add
2>&1
at the end of that line so you capture stderr as well as stdout.
> ...and then looking to see if you notice any messages. There may be
> another way to do this built into bjam.
There isn't, since the above is sufficient.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com Don't Miss BoostCon 2007! ==> http://www.boostcon.com