
David Abrahams writes:
b. Change any uses of <link-runtime> to <runtime-link>
Ah, thank you for the hint; that fixed the problem. Since I don't have commit rights to the CVS repository, could someone else please apply the attached patch? Peter Index: libs/iostreams/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/iostreams/test/Jamfile.v2,v retrieving revision 1.6 diff -b -u -r1.6 Jamfile.v2 --- libs/iostreams/test/Jamfile.v2 4 Jun 2005 06:01:14 -0000 1.6 +++ libs/iostreams/test/Jamfile.v2 22 Jun 2005 14:56:53 -0000 @@ -15,8 +15,8 @@ : # command : # input files : # build requirements - <toolset>msvc,<stdlib>stlport:<link-runtime>static - <toolset>cw-9.3,<os>darwin:<link-runtime>static + <toolset>msvc,<stdlib>stlport:<runtime-link>static + <toolset>cw-9.3,<os>darwin:<runtime-link>static <define>BOOST_IOSTREAMS_NO_LIB $(requirements) ] ; Index: status/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/status/Jamfile.v2,v retrieving revision 1.10 diff -b -u -r1.10 Jamfile.v2 --- status/Jamfile.v2 22 Apr 2005 07:48:31 -0000 1.10 +++ status/Jamfile.v2 22 Jun 2005 14:56:56 -0000 @@ -72,7 +72,7 @@ : #args : #input-files : #requirements - <link-runtime>shared + <runtime-link>shared <define>BOOST_DYN_LINK=1 <define>BOOST_CONFIG_NO_LIB=1 : Index: tools/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/tools/Jamfile.v2,v retrieving revision 1.4 diff -b -u -r1.4 Jamfile.v2 --- tools/Jamfile.v2 25 Apr 2005 04:24:41 -0000 1.4 +++ tools/Jamfile.v2 22 Jun 2005 14:56:56 -0000 @@ -5,7 +5,7 @@ : requirements <link>static - <link-runtime>static + <runtime-link>static <threading>single ; Index: tools/build/v2/doc/src/reference.xml =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/doc/src/reference.xml,v retrieving revision 1.14 diff -b -u -r1.14 reference.xml --- tools/build/v2/doc/src/reference.xml 31 May 2005 02:33:54 -0000 1.14 +++ tools/build/v2/doc/src/reference.xml 22 Jun 2005 14:56:56 -0000 @@ -153,20 +153,20 @@ for example: <programlisting> -borland/<link-runtime>static +borland/<runtime-link>static </programlisting> A more complex form can be used to save typing. For example, instead of <programlisting> -borland/link-runtime=static borland/link-runtime=dynamic +borland/runtime-link=static borland/runtime-link=dynamic </programlisting> one can use <programlisting> -borland/link-runtime=static,dynamic +borland/runtime-link=static,dynamic </programlisting> Exactly, the conversion from argument to build request @@ -203,7 +203,7 @@ For example, the command line <programlisting> -target1 debug gcc/link-runtime=dynamic,static +target1 debug gcc/runtime-link=dynamic,static </programlisting> would cause target called <literal>target1</literal> to be rebuilt in @@ -503,12 +503,12 @@ <para>A <emphasis>property set</emphasis> is a set of properties (i.e. a collection without duplicates), for instance: - <literal><toolset>gcc <link-runtime>static</literal>.</para> + <literal><toolset>gcc <runtime-link>static</literal>.</para> <para>A <emphasis>property path</emphasis> is a property set whose elements have been joined into a single string separated by slashes. A property path representation of the previous example would be - <literal><toolset>gcc/<link-runtime>static</literal>.</para> + <literal><toolset>gcc/<runtime-link>static</literal>.</para> <para>A <emphasis>build specification</emphasis> is a property set that fully describes the set of features used to build a target.</para> Index: tools/inspect/build/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/tools/inspect/build/Jamfile.v2,v retrieving revision 1.4 diff -b -u -r1.4 Jamfile.v2 --- tools/inspect/build/Jamfile.v2 24 Apr 2005 17:18:24 -0000 1.4 +++ tools/inspect/build/Jamfile.v2 22 Jun 2005 14:56:56 -0000 @@ -4,7 +4,7 @@ : requirements <link>static - <link-runtime>static + <runtime-link>static <threading>single : source-location .. Index: tools/wave/build/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/tools/wave/build/Jamfile.v2,v retrieving revision 1.3 diff -b -u -r1.3 Jamfile.v2 --- tools/wave/build/Jamfile.v2 24 Apr 2005 17:18:25 -0000 1.3 +++ tools/wave/build/Jamfile.v2 22 Jun 2005 14:56:57 -0000 @@ -12,7 +12,7 @@ : requirements <link>static - <link-runtime>static + <runtime-link>static <threading>single ;