Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows non-MS compiler doc updates #39534

Closed
mikejbrown mannequin opened this issue Nov 11, 2003 · 2 comments
Closed

Windows non-MS compiler doc updates #39534

mikejbrown mannequin opened this issue Nov 11, 2003 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@mikejbrown
Copy link
Mannequin

mikejbrown mannequin commented Nov 11, 2003

BPO 839709
Nosy @freddrake

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/freddrake'
closed_at = <Date 2006-04-27.00:04:20.000>
created_at = <Date 2003-11-11.02:47:32.000>
labels = ['docs']
title = 'Windows non-MS compiler doc updates'
updated_at = <Date 2006-04-27.00:04:20.000>
user = 'https://bugs.python.org/mikejbrown'

bugs.python.org fields:

activity = <Date 2006-04-27.00:04:20.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-11-11.02:47:32.000>
creator = 'mike_j_brown'
dependencies = []
files = []
hgrepos = []
issue_num = 839709
keywords = []
message_count = 2.0
messages = ['18970', '18971']
nosy_count = 2.0
nosy_names = ['fdrake', 'mike_j_brown']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue839709'
versions = ['Python 2.3']

@mikejbrown
Copy link
Mannequin Author

mikejbrown mannequin commented Nov 11, 2003

Documents affected:

http://www.python.org/doc/2.3.2/inst/tweak-flags.html
sec. 6.2.2
http://www.python.org/doc/2.3.1/inst/tweak-flags.html
sec. 6.2.2
http://www.python.org/doc/2.3/inst/tweak-flags.html
sec. 6.2.2
http://www.python.org/doc/2.2.3/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.2.2/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.2.1/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.2/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.1.3/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.1.2/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.1.1/inst/non-ms-
compilers.html sec. 3.1.2
http://www.python.org/doc/2.1/inst/tweak-flags.html
sec. 3.1.2

  1. Filenames in the examples are way out of date. It is
    also not clear to the reader that python23.dll is located
    in %SystemRoot%\System32. I suggest that you change
    the pexports command line example to

pexports \Windows\System32\python23.dll >
python23.def

In the Python 2.2 docs, use python22.dll and
python22.def. In the Python 2.1 docs, use python21.dll
and python21.def.

  1. It's not clear to the reader where dlltool is. dlltool can
    also output directly to the right directory. I suggest that
    you change the dlltool command line example to

\cygwin\bin\dlltool --dllname python23.dll --def
python23.def --output-lib \Python23\Libs\libpython23.a

In the Python 2.2 docs, use python22.dll, python22.def,
and libpython22.a. In the Python 2.1 docs, use
python21.dll, python21.def and libpython21.a.

  1. Another filename out of date. I suggest that you
    change "The resulting library has to be placed in the
    same directory as python20.lib." to "The resulting library
    has to be placed in the same directory as python23.lib."

In the Python 2.2 docs, use python22.lib. In the Python
2.1 docs, use python21.lib.

@mikejbrown mikejbrown mannequin closed this as completed Nov 11, 2003
@mikejbrown mikejbrown mannequin assigned freddrake Nov 11, 2003
@mikejbrown mikejbrown mannequin added the docs Documentation in the Doc dir label Nov 11, 2003
@mikejbrown mikejbrown mannequin closed this as completed Nov 11, 2003
@mikejbrown mikejbrown mannequin assigned freddrake Nov 11, 2003
@mikejbrown mikejbrown mannequin added the docs Documentation in the Doc dir label Nov 11, 2003
@freddrake
Copy link
Member

Logged In: YES
user_id=3066

--sigh--

I guess I've not had a lot of time for the past few years. :-(

Luckily, most of this has already been handled for newer
releases. I've made updates based on 1 and 2 for the Python
2.5 documentation (revision 45738).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant