If you get the following problem running bjam…
ld: unknown option: --start-group collect2: ld returned 1 exit status
…add the following to boost_1_41_0/tools/build/v2/user-config.jam:
# ------------------ # Darwin configuration. # ------------------ using darwin ;
Discussion