diff options
author | Greg Ward <gward@python.net> | 2000-09-01 01:24:31 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-01 01:24:31 (GMT) |
commit | 7483d6803b42ba7dd389e659de0a2f2ea3ee8533 (patch) | |
tree | 08f4d2a6765e271e57f5d98d760cd5d853714b9c /Lib/distutils/cygwinccompiler.py | |
parent | 66e966f7bd5e3d0b7d32e3484990de430cc603d0 (diff) | |
download | cpython-7483d6803b42ba7dd389e659de0a2f2ea3ee8533.zip cpython-7483d6803b42ba7dd389e659de0a2f2ea3ee8533.tar.gz cpython-7483d6803b42ba7dd389e659de0a2f2ea3ee8533.tar.bz2 |
Rene Liebscher: comment fixes.
Diffstat (limited to 'Lib/distutils/cygwinccompiler.py')
-rw-r--r-- | Lib/distutils/cygwinccompiler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/cygwinccompiler.py b/Lib/distutils/cygwinccompiler.py index 2ac2678..f547d54 100644 --- a/Lib/distutils/cygwinccompiler.py +++ b/Lib/distutils/cygwinccompiler.py @@ -18,7 +18,7 @@ cygwin in no-cygwin mode). # # 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 # tested configurations. And because other windows compilers also # 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) # * 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 -# 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 # it tries to link against dlls instead their import libraries. (If # it finds the dll first.) |