cpython/Doc/distutils
E. M. Bray c994c8fc19 bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
It is also possible to link against a library or executable with a
statically linked libpython, but not both with the same DLL.  In fact
building a statically linked python is currently broken on Cygwin
for other (related) reasons.

The same problem applies to other POSIX-like layers over Windows
(MinGW, MSYS) but Python's build system does not seem to attempt
to support those platforms at the moment.
2019-05-24 17:33:47 +02:00
..
_setuptools_disclaimer.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
apiref.rst bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) 2019-05-24 17:33:47 +02:00
builtdist.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
commandref.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
configfile.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
examples.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
extending.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
index.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
introduction.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
packageindex.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
setupscript.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
sourcedist.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
uploading.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00