From d5d8cd430325a55b8340af9af7fef19e3e198248 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 9 May 2007 08:13:18 +0000 Subject: [PATCH] Added note to explain that Boost.Config has nothing to do with how the libraries are built. [SVN r37648] --- config.htm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.htm b/config.htm index 37bd91d3..a0aafa7b 100644 --- a/config.htm +++ b/config.htm @@ -66,6 +66,9 @@ The best way to keep abreast of changes to the macros used in user code is to monitor the discussions on the Boost developers list.

Using the configure script

+

Note: this configure script only sets up the Boost headers for + use with a particular compiler.  It has no effect on Boost.Build, or + how the libraries are built.

If you know that boost is incorrectly configured for your particular setup, and you are on a UNIX like platform, then you may want to try and improve things by running the boost configure script. From a shell command prompt you will need @@ -1668,8 +1671,9 @@ int test()

Copyright Beman Dawes 2001

Copyright Vesa Karvonen 2001

Copyright John Maddock 2001

-

Distributed under the Boost Software License, Version 1.0. (See accompanying file - LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

+

Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at + www.boost.org/LICENSE_1_0.txt).

 

 

 

@@ -1677,4 +1681,3 @@ int test()

 

-