mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
Tidy
[SVN r16381]
This commit is contained in:
@@ -175,24 +175,21 @@
|
||||
|
||||
<h3><a name="cygwin">Notes for Cygwin GCC Users</a></h3>
|
||||
|
||||
<p>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 <a
|
||||
href="http://www.python.org">python.org</a> will not work with
|
||||
your compiler because the dynamic linking conventions are
|
||||
different (you can use <a href="http://www.mingw.org/">MinGW</a>
|
||||
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 <a
|
||||
href="http://www.python.org/download/download_source.html">Unix
|
||||
installation process</a> to build Python from source.
|
||||
<p>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 <a href="http://www.python.org">python.org</a> will not
|
||||
work with your compiler because the dynamic linking conventions are
|
||||
different (you can use <a href="http://www.mingw.org/">MinGW</a> 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 <a href=
|
||||
"http://www.python.org/download/download_source.html">Unix installation
|
||||
process</a> to build Python from source.</p>
|
||||
|
||||
<p>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.
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<h3><a name="results">Results</a></h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user