From 92a6fafd20a80f38a464ea4cf075da1ae5026202 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 25 Oct 2005 19:08:24 +0000 Subject: [PATCH] Note that the libpython.a creation instructions are not needed for Python 2.4.1+ [SVN r31466] --- doc/building.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/building.html b/doc/building.html index d06b956a..bc4ce44b 100644 --- a/doc/building.html +++ b/doc/building.html @@ -223,8 +223,9 @@

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 +

If you are using a version of Python prior to 2.4.1, 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