Index: libs/test/build/Jamfile.v2 =================================================================== --- libs/test/build/Jamfile.v2 (revision 57917) +++ libs/test/build/Jamfile.v2 (working copy) @@ -13,6 +13,8 @@ shared,msvc:-wd4275 msvc:-wd4671 msvc:-wd4673 + como:static + como-linux:_GNU_SOURCE=1 all : usage-requirements BOOST_TEST_NO_AUTO_LINK=1 @@ -107,4 +109,4 @@ boost-install boost_prg_exec_monitor boost_test_exec_monitor boost_unit_test_framework ; - \ No newline at end of file + Index: libs/test/test/Jamfile.v2 =================================================================== --- libs/test/test/Jamfile.v2 (revision 57917) +++ libs/test/test/Jamfile.v2 (working copy) @@ -23,6 +23,8 @@ borland:-w-8084 msvc-6.5:static msvc-8.0:_SCL_SECURE_NO_DEPRECATE + como:static + como-linux:_GNU_SOURCE=1 all : $(test-name) ] ; @@ -44,6 +46,8 @@ borland:-w-8080 msvc-6.5:static msvc-8.0:_SCL_SECURE_NO_DEPRECATE + como:static + como-linux:_GNU_SOURCE=1 BOOST_TEST_NO_AUTO_LINK=1 # requirements multi : $(test-name) Index: libs/test/tools/console_test_runner/Jamfile.v2 =================================================================== --- libs/test/tools/console_test_runner/Jamfile.v2 (revision 57917) +++ libs/test/tools/console_test_runner/Jamfile.v2 (working copy) @@ -6,7 +6,12 @@ # See http://www.boost.org/libs/test for the library home page. # Project -project libs/test/tools/console_test_runner ; +project libs/test/tools/console_test_runner + : + : requirements + como:static + como-linux:_GNU_SOURCE=1 + ; alias unit_test_framework : # sources Index: libs/test/example/Jamfile.v2 =================================================================== --- libs/test/example/Jamfile.v2 (revision 57917) +++ libs/test/example/Jamfile.v2 (working copy) @@ -12,7 +12,10 @@ # Project project libs/test/example : - : requirements msvc-6.5:static + : requirements + msvc-6.5:static + como:static + como-linux:_GNU_SOURCE=1 ; # Define aliases for the needed libs to get shorter names