
Hello, I'm making first (wrong) steps with the unit test suite. Could someone please guide me in troubleshooting the problems below? The command is executed from directory /boost_1_41_0/libs/assign/test Apparently the command generates some objects files in both /bin.v2/libs/assign/test and /bin.v2/libs/test/build/gcc-4.2.1/link-static as well as libboost_unit_test_framework.a in the latter directory. Thanks. $ bjam debug release warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, your build may not work correctly. warning: Use the "toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html ...patience... ...patience... ...found 1491 targets... ...updating 140 targets... gcc.compile.c++ ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic.o gcc.link ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic" -Wl,--start-group "../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug/basic... ...skipped <p../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug>basic.run for lack of <p../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/debug>basic... gcc.compile.c++ ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug/std.o gcc.link ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug/std ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug/std" -Wl,--start-group "../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug/std.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug/std... ...skipped <p../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug>std.run for lack of <p../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/debug>std... gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug/list_of.o gcc.link ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug/list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug/list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug/list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug/list_of... ...skipped <p../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug>list_of.run for lack of <p../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/debug>list_of... gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug/ptr_list_of.o gcc.link ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug/ptr_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug/ptr_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug/ptr_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug/ptr_list_of... ...skipped <p../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug>ptr_list_of.run for lack of <p../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/debug>ptr_list_of... gcc.compile.c++ ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug/static_list_of.o gcc.link ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug/static_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug/static_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug/static_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug/static_list_of... ...skipped <p../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug>static_list_of.run for lack of <p../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/debug>static_list_of... gcc.compile.c++ ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug/tuple_list_of.o gcc.link ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug/tuple_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug/tuple_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug/tuple_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug/tuple_list_of... ...skipped <p../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug>tuple_list_of.run for lack of <p../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/debug>tuple_list_of... gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug/list_inserter.o gcc.link ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug/list_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug/list_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug/list_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug/list_inserter... ...skipped <p../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug>list_inserter.run for lack of <p../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/debug>list_inserter... gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug/ptr_list_inserter.o gcc.link ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug/ptr_list_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug/ptr_list_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug/ptr_list_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug/ptr_list_inserter... ...skipped <p../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug>ptr_list_inserter.run for lack of <p../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/debug>ptr_list_inserter... gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug/ptr_map_inserter.o gcc.link ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug/ptr_map_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug/ptr_map_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug/ptr_map_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug/ptr_map_inserter... ...skipped <p../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug>ptr_map_inserter.run for lack of <p../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/debug>ptr_map_inserter... gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug/list_of_workaround.o gcc.link ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug/list_of_workaround ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug/list_of_workaround" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug/list_of_workaround.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug/list_of_workaround... ...skipped <p../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug>list_of_workaround.run for lack of <p../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/debug>list_of_workaround... gcc.compile.c++ ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug/email_example.o gcc.link ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug/email_example ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug/email_example" -Wl,--start-group "../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug/email_example.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug/email_example... ...skipped <p../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug>email_example.run for lack of <p../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/debug>email_example... gcc.compile.c++ ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug/my_vector_example.o gcc.link ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug/my_vector_example ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug/my_vector_example" -Wl,--start-group "../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug/my_vector_example.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug/my_vector_example... ...skipped <p../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug>my_vector_example.run for lack of <p../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/debug>my_vector_example... gcc.compile.c++ ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug/multi_index_container.o gcc.link ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug/multi_index_container ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug/multi_index_container" -Wl,--start-group "../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug/multi_index_container.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/debug/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -g ...failed gcc.link ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug/multi_index_container... ...skipped <p../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug>multi_index_container.run for lack of <p../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/debug>multi_index_container... common.mkdir ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release/basic.o common.mkdir ../../../bin.v2/libs/test/build/gcc-4.2.1/release common.mkdir ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/compiler_log_formatter.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/debug.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/exception_safety.o In file included from ../../../boost/detail/lcast_precision.hpp:16, from ../../../boost/lexical_cast.hpp:31, from ../../../boost/test/interaction_based.hpp:27, from ../../../boost/test/impl/exception_safety.ipp:30, from ../../../libs/test/src/exception_safety.cpp:16: ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:164:77: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/execution_monitor.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/framework.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/interaction_based.o In file included from ../../../boost/detail/lcast_precision.hpp:16, from ../../../boost/lexical_cast.hpp:31, from ../../../boost/test/interaction_based.hpp:27, from ../../../boost/test/impl/interaction_based.ipp:26, from ../../../libs/test/src/interaction_based.cpp:16: ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:164:77: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/logged_expectations.o In file included from ../../../boost/detail/lcast_precision.hpp:16, from ../../../boost/lexical_cast.hpp:31, from ../../../boost/test/interaction_based.hpp:27, from ../../../boost/test/impl/logged_expectations.ipp:28, from ../../../libs/test/src/logged_expectations.cpp:16: ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:164:77: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/plain_report_formatter.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/progress_monitor.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/results_collector.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/results_reporter.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/test_tools.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/unit_test_log.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/unit_test_main.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/unit_test_monitor.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/unit_test_parameters.o In file included from ../../../boost/detail/lcast_precision.hpp:16, from ../../../boost/lexical_cast.hpp:31, from ../../../boost/test/utils/runtime/interpret_argument_value.hpp:28, from ../../../boost/test/utils/runtime/cla/argument_factory.hpp:25, from ../../../boost/test/utils/runtime/cla/typed_parameter.hpp:25, from ../../../boost/test/utils/runtime/cla/basic_parameter.hpp:21, from ../../../boost/test/utils/runtime/cla/named_parameter.hpp:21, from ../../../boost/test/utils/runtime/cla/dual_name_parameter.hpp:21, from ../../../boost/test/impl/unit_test_parameters.ipp:31, from ../../../libs/test/src/unit_test_parameters.cpp:16: ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:164:77: warning: use of C99 long long integer constant ../../../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/unit_test_suite.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/xml_log_formatter.o gcc.compile.c++ ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/xml_report_formatter.o gcc.archive ../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a gcc.link ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release/basic ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release/basic" -Wl,--start-group "../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release/basic.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release/basic... ...skipped <p../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release>basic.run for lack of <p../../../bin.v2/libs/assign/test/basic.test/gcc-4.2.1/release>basic... common.mkdir ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release/std.o gcc.link ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release/std ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release/std" -Wl,--start-group "../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release/std.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release/std... ...skipped <p../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release>std.run for lack of <p../../../bin.v2/libs/assign/test/std.test/gcc-4.2.1/release>std... common.mkdir ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release/list_of.o gcc.link ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release/list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release/list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release/list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release/list_of... ...skipped <p../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release>list_of.run for lack of <p../../../bin.v2/libs/assign/test/list_of.test/gcc-4.2.1/release>list_of... common.mkdir ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release/ptr_list_of.o gcc.link ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release/ptr_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release/ptr_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release/ptr_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release/ptr_list_of... ...skipped <p../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release>ptr_list_of.run for lack of <p../../../bin.v2/libs/assign/test/ptr_list_of.test/gcc-4.2.1/release>ptr_list_of... common.mkdir ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release/static_list_of.o gcc.link ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release/static_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release/static_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release/static_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release/static_list_of... ...skipped <p../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release>static_list_of.run for lack of <p../../../bin.v2/libs/assign/test/static_list_of.test/gcc-4.2.1/release>static_list_of... common.mkdir ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release/tuple_list_of.o gcc.link ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release/tuple_list_of ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release/tuple_list_of" -Wl,--start-group "../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release/tuple_list_of.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release/tuple_list_of... ...skipped <p../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release>tuple_list_of.run for lack of <p../../../bin.v2/libs/assign/test/tuple_list_of.test/gcc-4.2.1/release>tuple_list_of... common.mkdir ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release/list_inserter.o gcc.link ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release/list_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release/list_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release/list_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release/list_inserter... ...skipped <p../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release>list_inserter.run for lack of <p../../../bin.v2/libs/assign/test/list_inserter.test/gcc-4.2.1/release>list_inserter... common.mkdir ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release/ptr_list_inserter.o gcc.link ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release/ptr_list_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release/ptr_list_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release/ptr_list_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release/ptr_list_inserter... ...skipped <p../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release>ptr_list_inserter.run for lack of <p../../../bin.v2/libs/assign/test/ptr_list_inserter.test/gcc-4.2.1/release>ptr_list_inserter... common.mkdir ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release/ptr_map_inserter.o gcc.link ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release/ptr_map_inserter ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release/ptr_map_inserter" -Wl,--start-group "../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release/ptr_map_inserter.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release/ptr_map_inserter... ...skipped <p../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release>ptr_map_inserter.run for lack of <p../../../bin.v2/libs/assign/test/ptr_map_inserter.test/gcc-4.2.1/release>ptr_map_inserter... common.mkdir ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release/list_of_workaround.o gcc.link ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release/list_of_workaround ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release/list_of_workaround" -Wl,--start-group "../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release/list_of_workaround.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release/list_of_workaround... ...skipped <p../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release>list_of_workaround.run for lack of <p../../../bin.v2/libs/assign/test/list_of_workaround.test/gcc-4.2.1/release>list_of_workaround... common.mkdir ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release/email_example.o gcc.link ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release/email_example ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release/email_example" -Wl,--start-group "../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release/email_example.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release/email_example... ...skipped <p../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release>email_example.run for lack of <p../../../bin.v2/libs/assign/test/email_example.test/gcc-4.2.1/release>email_example... common.mkdir ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release/my_vector_example.o gcc.link ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release/my_vector_example ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release/my_vector_example" -Wl,--start-group "../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release/my_vector_example.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release/my_vector_example... ...skipped <p../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release>my_vector_example.run for lack of <p../../../bin.v2/libs/assign/test/my_vector_example.test/gcc-4.2.1/release>my_vector_example... common.mkdir ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release gcc.compile.c++ ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release/multi_index_container.o gcc.link ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release/multi_index_container ld: unknown option: --start-group collect2: ld returned 1 exit status "g++" -o "../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release/multi_index_container" -Wl,--start-group "../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release/multi_index_container.o" "../../../bin.v2/libs/test/build/gcc-4.2.1/release/link-static/libboost_unit_test_framework.a" -Wl,-Bstatic -Wl,-Bdynamic -Wl,--end-group -Wl,--strip-all ...failed gcc.link ../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release/multi_index_container... ...skipped <p../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release>multi_index_container.run for lack of <p../../../bin.v2/libs/assign/test/multi_index_container.test/gcc-4.2.1/release>multi_index_container... ...failed updating 26 targets... ...skipped 52 targets... ...updated 62 targets...