I am trying to build MacOSX universal binaries (I need at least i386/ppc for >=macosx10.3) of Boost.
I tried a lot of different methods and options and versions and it all fails in the end with this crash:
I guess this crash is because of a bad Boost build.
With Boost-1.41.0, I think the most correct options I tried were this:
./bootstrap.sh && sudo ./bjam architecture=combined macosx-version=10.4 install