diff options
author | Georg Brandl <georg@python.org> | 2008-03-15 00:20:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-15 00:20:19 (GMT) |
commit | 026778174298e652bd91ebe5a11db1bd3a3e0902 (patch) | |
tree | 82f89fbf0d19fd793605d47cd5558d039a97d93d /Doc/install | |
parent | bd77681f36238e5803857414ba46c722f7f28e42 (diff) | |
download | cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.zip cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.gz cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.bz2 |
Fix lots of broken links in the docs, found by Sphinx' external link checker.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 584cb47..3f54b79 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -872,10 +872,10 @@ Using non-Microsoft compilers on Windows -Borland C++ -^^^^^^^^^^^ +Borland/CodeGear C++ +^^^^^^^^^^^^^^^^^^^^ -This subsection describes the necessary steps to use Distutils with the Borland +This subsection describes the necessary steps to use Distutils with the Borland C++ compiler version 5.5. First you have to know that Borland's object file format (OMF) is different from the format used by the Python version you can download from the Python or ActiveState Web site. (Python is built with @@ -915,7 +915,7 @@ section :ref:`inst-config-files`.) .. seealso:: - `C++Builder Compiler <http://www.borland.com/bcppbuilder/freecompiler/>`_ + `C++Builder Compiler <http://www.codegear.com/downloads/free/cppbuilder>`_ Information about the free C++ compiler from Borland, including links to the download pages. @@ -938,9 +938,7 @@ following steps. These compilers require some special libraries. This task is more complex than for Borland's C++, because there is no program to convert the library. First you have to create a list of symbols which the Python DLL exports. (You can find -a good program for this task at -http://starship.python.net/crew/kernr/mingw32/Notes.html, see at PExports 0.42h -there.) +a good program for this task at http://www.emmestech.com/software/cygwin/pexports-0.43/download_pexports.html) .. I don't understand what the next line means. --amk .. (inclusive the references on data structures.) @@ -984,9 +982,6 @@ Distutils (see section :ref:`inst-config-files`.) `Building Python modules on MS Windows platform with MinGW <http://www.zope.org/Members/als/tips/win32_mingw_modules>`_ Information about building the required libraries for the MinGW environment. - http://pyopengl.sourceforge.net/ftp/win32-stuff/ - 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. .. rubric:: Footnotes |