2 Davids,
The output at the top of the compile after running:
bjam "-sTOOLS=gcc" install >
out.txt 2>&1
shows python errors followed by:
...found 13313 targets...
...updating 250 targets...
And then throughout the compile there are a lot of link errors and FileClone operation not permitted errors.
The the compile completes with a lot of skipped errors ending with:
....failed updating 110 targets...
...skipped 118 targets...
...updated 22 targets...
So...the following list from the Boost site gave the order for compiling which I completed in order with my appended notes:
-
Download Boost.
- Install Boost.Jam.
( I installed bjam to: /usr/local/bin/bjam)
- Configure your compiler toolset.
(This I did not do...I didn't know what they wanted me to do)
- Go to Boost distribution directory.
-
Build and install.
Could some of this be the result of the fact that I didn't configure my compiler?
Thanks guys...
Douglas