From f140a74a13fe05bd300003690638eca1ae471bcf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 6 Jun 2003 11:18:34 +0000 Subject: [PATCH] Added MinGW tips [SVN r18695] --- doc/building.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/building.html b/doc/building.html index d08ed05d..e03c1ef7 100644 --- a/doc/building.html +++ b/doc/building.html @@ -46,6 +46,9 @@
Notes for Cygwin GCC Users
+
Notes for MinGW (and Cygwin with -mno-cygwin) + GCC Users
+
Testing
@@ -222,6 +225,19 @@ build of bjam to build and test Boost.Python and Boost.Python extensions using Cygwin GCC and targeting a Cygwin build of Python.

+

Notes for MinGW (and Cygwin with -mno-cygwin) GCC + Users

+ +

You will need to create a MinGW-compatible version of the Python + library; the one shipped with Python will only work with a + Microsoft-compatible linker. Follow the instructions in the + "Non-Microsoft" section of the "Building Extensions: Tips And Tricks" + chapter in Installing Python + Modules to create libpythonXX.a, where XX + corresponds to the major and minor version numbers of your Python + installation.

+

Results

The build process will create a