mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Rene Liebscher: comment fixes.
This commit is contained in:
parent
66e966f7bd
commit
7483d6803b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ cygwin in no-cygwin mode).
|
||||||
#
|
#
|
||||||
# see also http://starship.python.net/crew/kernr/mingw32/Notes.html
|
# see also http://starship.python.net/crew/kernr/mingw32/Notes.html
|
||||||
#
|
#
|
||||||
# * We use put export_symbols in a def-file, and don't use
|
# * We put export_symbols in a def-file, and don't use
|
||||||
# --export-all-symbols because it doesn't worked reliable in some
|
# --export-all-symbols because it doesn't worked reliable in some
|
||||||
# tested configurations. And because other windows compilers also
|
# tested configurations. And because other windows compilers also
|
||||||
# need their symbols specified this no serious problem.
|
# need their symbols specified this no serious problem.
|
||||||
|
|
@ -32,7 +32,7 @@ cygwin in no-cygwin mode).
|
||||||
# (ld doesn't support -shared, so we use dllwrap)
|
# (ld doesn't support -shared, so we use dllwrap)
|
||||||
# * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
|
# * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
|
||||||
# - its dllwrap doesn't work, there is a bug in binutils 2.10.90
|
# - its dllwrap doesn't work, there is a bug in binutils 2.10.90
|
||||||
# see also .....
|
# see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
|
||||||
# - using gcc -mdll instead dllwrap doesn't work without -static because
|
# - using gcc -mdll instead dllwrap doesn't work without -static because
|
||||||
# it tries to link against dlls instead their import libraries. (If
|
# it tries to link against dlls instead their import libraries. (If
|
||||||
# it finds the dll first.)
|
# it finds the dll first.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue