diff --git a/v1/iw-7_1-vc6-stlp-4_5_3-tools.jam b/v1/iw-7_1-vc6-stlp-4_5_3-tools.jam
index aced581a6..b57974cd3 100644
--- a/v1/iw-7_1-vc6-stlp-4_5_3-tools.jam
+++ b/v1/iw-7_1-vc6-stlp-4_5_3-tools.jam
@@ -11,4 +11,7 @@
extends-toolset intel-win32-stlport ;
feature stlport-iostream : on off ;
DEFINES = [ difference $(DEFINES) : _STLP_NO_SGI_IOSTREAMS=1 ] ;
+ # disable auto-linking for this toolset:
+ # intel toolset lib naming is currently too inconsistent for auto-linking to work.
+ CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
}
diff --git a/v1/iw-7_1-vc6-tools.jam b/v1/iw-7_1-vc6-tools.jam
index 2c5f885a6..c689ba8fc 100644
--- a/v1/iw-7_1-vc6-tools.jam
+++ b/v1/iw-7_1-vc6-tools.jam
@@ -9,4 +9,7 @@
#//Intel
C++
{
extends-toolset intel-win32 ;
+ # disable auto-linking for this toolset:
+ # intel toolset lib naming is currently too inconsistent for auto-linking to work.
+ CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
}
diff --git a/v1/kylix-tools.html b/v1/kylix-tools.html
index a0d2cd0a3..1133c2c02 100644
--- a/v1/kylix-tools.html
+++ b/v1/kylix-tools.html
@@ -78,7 +78,7 @@
i-checksum="38515" endspan -->
© Copyright John - Maddock2002. All Rights Reserved.
+ Maddock 2002.Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or
diff --git a/v1/mingw-tools.html b/v1/mingw-tools.html
index 6642d37e8..ae09093a6 100644
--- a/v1/mingw-tools.html
+++ b/v1/mingw-tools.html
@@ -91,11 +91,16 @@
+
Caution: It appears that none of these paths must contain any
+ spaces, otherwise spurious file not found errors can result (last
+ reproduced with GCC3.3.1). To work around this limitation, either install
+ the MinGW under a path that does not contain spaces or use 8.3 names. For
+ example, if MinGW is installed in C:\Program Files\Dev-Cpp, "-sMINGW_ROOT_DIRECTORY=C:\Progra~1\Dev-Cpp"
+ should be specified on the bjam command line.
Revised - - 14 May, 2002
+ 04 November, 2004Copyright © Dave Abrahams 2002.
diff --git a/v2/doc/src/extending.xml b/v2/doc/src/extending.xml index 05da0aad1..7edf62072 100644 --- a/v2/doc/src/extending.xml +++ b/v2/doc/src/extending.xml @@ -103,7 +103,7 @@ and linked it.