Index: libs/test/build/Jamfile.v2
===================================================================
--- libs/test/build/Jamfile.v2	(revision 57917)
+++ libs/test/build/Jamfile.v2	(working copy)
@@ -13,6 +13,8 @@
                    <link>shared,<toolset>msvc:<cxxflags>-wd4275
                    <toolset>msvc:<cxxflags>-wd4671
                    <toolset>msvc:<cxxflags>-wd4673
+                   <toolset>como:<link>static
+                   <toolset>como-linux:<define>_GNU_SOURCE=1
                    <warnings>all
     : usage-requirements
                    <define>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 @@
               <toolset>borland:<cxxflags>-w-8084
               <toolset>msvc-6.5:<link>static
               <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
+              <toolset>como:<link>static
+              <toolset>como-linux:<define>_GNU_SOURCE=1
               <warnings>all
             : $(test-name)
           ] ;
@@ -44,6 +46,8 @@
               <toolset>borland:<cxxflags>-w-8080
               <toolset>msvc-6.5:<link>static
               <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
+              <toolset>como:<link>static
+              <toolset>como-linux:<define>_GNU_SOURCE=1
               <define>BOOST_TEST_NO_AUTO_LINK=1 # requirements
               <threading>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
+        <toolset>como:<link>static
+        <toolset>como-linux:<define>_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 <toolset>msvc-6.5:<link>static 
+    : requirements
+        <toolset>msvc-6.5:<link>static 
+        <toolset>como:<link>static
+        <toolset>como-linux:<define>_GNU_SOURCE=1
     ;
 
 # Define aliases for the needed libs to get shorter names
