
13 Apr
2007
13 Apr
'07
9:47 p.m.
on Fri Apr 13 2007, David Daeschler
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