Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
572aae32
Commit
572aae32
authored
Nov 06, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW
parent
e3fb22bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
Doc/inst/inst.tex
Doc/inst/inst.tex
+9
-10
No files found.
Doc/inst/inst.tex
View file @
572aae32
...
...
@@ -989,18 +989,17 @@ for Distutils (see section~\ref{config-files}.)
\end{seealso}
\subsubsection
{
GNU C / Cygwin / MinGW
32
}
\subsubsection
{
GNU C / Cygwin / MinGW
}
This section describes the necessary steps to use Distutils with the
GNU C/
\Cpp
{}
compilers in their Cygwin and MinGW
32
GNU C/
\Cpp
{}
compilers in their Cygwin and MinGW
distributions.
\footnote
{
Check
\url
{
http://sources.redhat.com/cygwin/
}
and
\url
{
http://www.mingw.org/
}
for more information
}
For a Python interpreter that was built with Cygwin, everything should
work without any of these following steps.
\XXX
{
For a Python which was built with Cygwin, all should work without
any of these following steps.
}
These compilers also require some special libraries.
These compilers require some special libraries.
This task is more complex than for Borland's
\Cpp
, because there is no
program to convert the library.
% I don't understand what the next line means. --amk
...
...
@@ -1038,7 +1037,7 @@ python setup.py build --compiler=cygwin
and for Cygwin in no-cygwin mode
\footnote
{
Then you have no
\POSIX
{}
emulation available, but you also don't need
\file
{
cygwin1.dll
}
.
}
or for MinGW
32
type:
\file
{
cygwin1.dll
}
.
}
or for MinGW type:
\begin{verbatim}
python setup.py build --compiler=mingw32
...
...
@@ -1050,12 +1049,12 @@ for Distutils (see section~\ref{config-files}.)
\begin{seealso}
\seetitle
[http://www.zope.org/Members/als/tips/win32_mingw_modules]
{
Building Python modules on MS Windows platform with MinGW
32
}
{
Information about building the required libraries for the MinGW
32
{
Building Python modules on MS Windows platform with MinGW
}
{
Information about building the required libraries for the MinGW
environment.
}
\seeurl
{
http://pyopengl.sourceforge.net/ftp/win32-stuff/
}
{
Converted import libraries in Cygwin/MinGW
32
and Borland format,
{
Converted import libraries in Cygwin/MinGW and Borland format,
and a script to create the registry entries needed for Distutils
to locate the built Python.
}
\end{seealso}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment