2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Note that the libpython.a creation instructions are not needed for Python 2.4.1+

[SVN r31466]
This commit is contained in:
Dave Abrahams
2005-10-25 19:08:24 +00:00
parent 4721f5f9af
commit 92a6fafd20

View File

@@ -223,8 +223,9 @@
<h3><a name="mingw">Notes for MinGW (and Cygwin with -mno-cygwin) GCC
Users</a></h3>
<p>You will need to create a MinGW-compatible version of the Python
library; the one shipped with Python will only work with a
<p>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 <a href=