From 6fd959fbf208e1ac0db4daf3a4cf02f337ce0f20 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Sat, 17 Aug 2013 16:11:33 +0000 Subject: [PATCH] coroutine: fix for #8782 (no best alternative/missing symbol) [SVN r85376] --- build/Jamfile.v2 | 2 ++ example/cpp03/Jamfile.v2 | 1 - example/cpp11/Jamfile.v2 | 1 - test/Jamfile.v2 | 2 -- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 68f6ef4..e07464e 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -14,6 +14,7 @@ feature.compose on : BOOST_USE_SEGMENTED_STACKS ; project boost/coroutine : requirements /boost/context//boost_context + /boost/system//boost_system gcc-4.7,on:-fsplit-stack gcc-4.7,on:"-static-libgcc" gcc-4.8,on:-fsplit-stack @@ -47,6 +48,7 @@ lib boost_coroutine detail/coroutine_context.cpp exceptions.cpp : shared:../../context/build//boost_context + shared:../../system/build//boost_system ; boost-install boost_coroutine ; diff --git a/example/cpp03/Jamfile.v2 b/example/cpp03/Jamfile.v2 index 3286936..391f57d 100644 --- a/example/cpp03/Jamfile.v2 +++ b/example/cpp03/Jamfile.v2 @@ -33,7 +33,6 @@ project boost/coroutine/example : requirements ../../build//boost_coroutine /boost/program_options//boost_program_options - /boost/system//boost_system /boost/thread//boost_thread gcc-4.7,on:-fsplit-stack gcc-4.8,on:-fsplit-stack diff --git a/example/cpp11/Jamfile.v2 b/example/cpp11/Jamfile.v2 index 925e676..3e2224a 100644 --- a/example/cpp11/Jamfile.v2 +++ b/example/cpp11/Jamfile.v2 @@ -33,7 +33,6 @@ project boost/coroutine/example : requirements ../../build//boost_coroutine /boost/program_options//boost_program_options - /boost/system//boost_system /boost/thread//boost_thread gcc-4.7,on:-fsplit-stack gcc-4.8,on:-fsplit-stack diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2c0b497..b3e7b09 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,9 +16,7 @@ import toolset ; project boost/coroutine/test : requirements ../../test/build//boost_unit_test_framework - /boost/context//boost_context /boost/coroutine//boost_coroutine - /boost/system//boost_system gcc-4.7,on:-fsplit-stack gcc-4.8,on:-fsplit-stack static