
That was easy... I've done it. I redirected them to files, which are attached; however, the following message was printed to the console despite redirection (split into multiple lines for readability):
python library_chain.py --verbose > out_library_chain.txt ~/Downloads/boost_1_39_0/tools/build/v2/test/../../../jam/src/bin.macosxx86/bjam -sBOOST_BUILD_PATH="~/Downloads/boost_1_39_0/tools/build/v2/test" -d+2 toolset=gcc --test-config="~/Downloads/boost_1_39_0/tools/build/v2/test/test-config.jam" --ignore-toolset-requirements
python library_order.py --verbose > out_library_order.txt ~/Downloads/boost_1_39_0/tools/build/v2/test/../../../jam/src/bin.macosxx86/bjam -sBOOST_BUILD_PATH="~/Downloads/boost_1_39_0/tools/build/v2/test" -d+2 toolset=gcc --test-config="~/Downloads/boost_1_39_0/tools/build/v2/test/test-config.jam" --ignore-toolset-requirements
python searched_lib.py --verbose > out_searched_lib.txt chdir(/private/var/folders/bM/bMqnJ2+pGeSw4rzzakwBvk+++TI/-Tmp-/tmpck6BrF/lib) ~/Downloads/boost_1_39_0/tools/build/v2/test/../../../jam/src/bin.macosxx86/bjam -sBOOST_BUILD_PATH="~/Downloads/boost_1_39_0/tools/build/v2/test" -d+2 toolset=gcc --test-config="~/Downloads/boost_1_39_0/tools/build/v2/test/test-config.jam" --ignore-toolset-requirements
I remember having problems when building all of Boost; fortunately, I was more interested in Boost.Filesystem at the time and so just skipped the Python library. Still, it'd be nice for it to work... --SPCD "Celtic Minstrel"