Boost logo

Boost Users :

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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net