X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fdll%2Ftest%2FJamfile.v2;h=f816c416581c0482604a5efb35b0a2fc847f1944;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=9a8f697b6bcdbde8b4ddae83b780cdf781a575c1;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/dll/test/Jamfile.v2 b/ceph/src/boost/libs/dll/test/Jamfile.v2 index 9a8f697b6..f816c4165 100644 --- a/ceph/src/boost/libs/dll/test/Jamfile.v2 +++ b/ceph/src/boost/libs/dll/test/Jamfile.v2 @@ -46,7 +46,7 @@ project lib on_unload_lib : ../example/tutorial6/on_unload_lib.cpp : shared ; lib library1 : ../example/tutorial7/library1.cpp : shared ; lib library2 : ../example/tutorial7/library2.cpp : shared ; - lib refcounting_plugin : ../example/tutorial8/refcounting_plugin.cpp : shared BOOST_DLL_FORCE_ALIAS_INSTANTIATION ; + lib refcounting_plugin : ../example/tutorial8/refcounting_plugin.cpp : shared ; lib cpp_plugin : cpp_test_library.cpp : shared ; test-suite boostdll @@ -77,10 +77,9 @@ project [ run ../example/tutorial6/tutorial6.cpp : : on_unload_lib : shared ] [ run ../example/tutorial7/tutorial7.cpp : : library1 library2 : shared ] [ run ../example/tutorial8/tutorial8.cpp : : refcounting_plugin : shared ] - [ run ../example/tutorial8/tutorial8_static.cpp - : - : - : static release static_refcounting_plugin $(RDYNAMIC) always_show_run_output + [ run ../example/tutorial8/tutorial8_static.cpp : : : static release $(RDYNAMIC) always_show_run_output static_refcounting_plugin + # Known problem: unsupported __dllexport__ with weak symbols + GNU linker features (no non-weak unresolved symbols in executable => no need to link libraries) + gcc-mingw:no ] [ run ../example/tutorial9/tutorial9.cpp ] # test for shared libraries