How to build boost 1.45 universal binaries?
问题 How to build boost 1.45 universal binaries? on leopard/ snow leopard ? 回答1: To build 4-way universal boost static binaries on OSX 10.6 I do the following: Download boost from the boost website. Extract the archive and cd into the boost_x_xx_x folder (where x_xx_x is the version of boost you are using). Run: ./bootstrap.sh and then # The name of the Boost.Jam program changed from "bjam" to "b2" in Boost 1.47.0 # Replace "b2" with "bjam" if you are compiling a version <= 1.46.1 ./b2 macosx