From 791b7e1a1b121b4f3977781cf477cb758d1296db Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 23 Nov 2002 20:03:49 +0000 Subject: [PATCH] Tidy [SVN r16381] --- doc/building.html | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/doc/building.html b/doc/building.html index 941bfdcd..000aeb3e 100644 --- a/doc/building.html +++ b/doc/building.html @@ -175,24 +175,21 @@

Notes for Cygwin GCC Users

-

If you are using Cygwin GCC to build extension modules, you - must use a Cygwin build of Python. The regular Win32 Python - installation that you can download from python.org will not work with - your compiler because the dynamic linking conventions are - different (you can use MinGW - GCC if you want to build extension modules which are compatible - with a stock Win32 Python). The Cygwin installer may be able to - install an appropriate version of Python, or you can follow the - traditional Unix - installation process to build Python from source. +

If you are using Cygwin GCC to build extension modules, you must use a + Cygwin build of Python. The regular Win32 Python installation that you + can download from python.org will not + work with your compiler because the dynamic linking conventions are + different (you can use MinGW GCC if + you want to build extension modules which are compatible with a stock + Win32 Python). The Cygwin installer may be able to install an appropriate + version of Python, or you can follow the traditional Unix installation + process to build Python from source.

-

The special build configuration variables listed above as - "Cygwin only" make it possible to use a regular Win32 - build of bjam to build and test Boost.Python and Boost.Python - extensions using Cygwin GCC and targeting a Cygwin build of Python. - +

The special build configuration variables listed above as "Cygwin + only" make it possible to use a regular Win32 build of bjam to build and + test Boost.Python and Boost.Python extensions using Cygwin GCC and + targeting a Cygwin build of Python.

Results