If you get the following problem running Boost 1.41 with bjam on Mac OS X:
ld: unknown option: --start-group
collect2: ld returned 1 exit status
You will need to add the following to boost_1_41_0/tools/build/v2/user-config.jam:
# ------------------
# Darwin configuration.
# ------------------
using darwin ;