Update of /cvsroot/boost/boost/more/getting_started/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5110/getting_started/detail

Modified Files:
      Tag: RC_1_34_0
        build-from-source-head.rst common-unix.rst common-windows.rst 
Log Message:
Add caveat about appending the version number of windows compilers for 
auto-link support.


Index: build-from-source-head.rst
===================================================================
RCS file: 
/cvsroot/boost/boost/more/getting_started/detail/build-from-source-head.rst,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- build-from-source-head.rst  28 Apr 2007 01:34:36 -0000      1.1.2.1
+++ build-from-source-head.rst  8 May 2007 22:34:14 -0000       1.1.2.2
@@ -26,7 +26,7 @@
 Alternatively, you can build ``bjam`` yourself using `these
 instructions`__.
 
-__ ../../doc/html/jam/building.html
+__ `building bjam`_
 
 
 .. _toolset:
@@ -38,6 +38,12 @@
 First, find the toolset corresponding to your compiler in the
 following table.  
 
+.. Note:: If you previously chose a toolset for the purposes of
+  `building bjam`_, you should assume it won't work and instead
+  choose newly from the table below.
+
+.. _building bjam: ../../doc/html/jam/building.html
+
 +-----------+--------------------+-----------------------------+
 |Toolset    |Vendor              |Notes                        |
 |Name       |                    |                             |
@@ -89,13 +95,10 @@
 __ Boost.Build_
 
 If you have multiple versions of a particular compiler installed,
-you can append the version number to the toolset name, preceded by a
-hyphen, e.g. ``msvc-7.1`` or ``gcc-3.4``.
+you can append the version number to the toolset name, preceded by
+a hyphen, e.g. ``intel-9.0`` or
+``borland-5.4.3``. |windows-version-name-caveat|
 
-.. Note:: if you built ``bjam`` yourself, you may
-  have selected a toolset name for that purpose, but that does not
-  affect this step in any way; you still need to select a Boost.Build
-  toolset from the table.
 
 .. _build directory:
 .. _build-directory:

Index: common-unix.rst
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/detail/common-unix.rst,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- common-unix.rst     22 Dec 2006 14:52:22 -0000      1.1
+++ common-unix.rst     8 May 2007 22:34:14 -0000       1.1.2.1
@@ -16,6 +16,9 @@
 
 .. |include-paths| replace:: `` ``
 
+.. |windows-version-name-caveat| replace:: `` ``
+
 .. |command-line tool| replace:: command-line tool
 
+
 .. include:: common.rst

Index: common-windows.rst
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/detail/common-windows.rst,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- common-windows.rst  22 Dec 2006 14:52:22 -0000      1.1
+++ common-windows.rst  8 May 2007 22:34:14 -0000       1.1.2.1
@@ -24,6 +24,11 @@
     **lib**\ |//| .....................\ *precompiled library binaries*
 
 
+.. |windows-version-name-caveat| replace:: Unless you are using the
+   msvc or gcc toolsets (which have special version detection code)
+   **you must append a version number even if you only have one
+   version installed**, or `auto-linking`_ will fail.
+
 .. |command-line tool| replace:: `command-line tool`_
 
 .. include:: common.rst


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to