[Python-checkins] CVS: distutils/distutils cygwinccompiler.py,1.6,1.7

Greg Ward python-dev@python.org
Thu, 31 Aug 2000 18:24:34 -0700


Update of /cvsroot/python/distutils/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14352/distutils

Modified Files:
	cygwinccompiler.py 
Log Message:
Rene Liebscher: comment fixes.

Index: cygwinccompiler.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/cygwinccompiler.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cygwinccompiler.py	2000/08/13 01:18:55	1.6
--- cygwinccompiler.py	2000/09/01 01:24:31	1.7
***************
*** 19,23 ****
  #   see also http://starship.python.net/crew/kernr/mingw32/Notes.html
  #
! # * We use 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
--- 19,23 ----
  #   see also http://starship.python.net/crew/kernr/mingw32/Notes.html
  #
! # * 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
***************
*** 33,37 ****
  # * 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 .....
  #   - using gcc -mdll instead dllwrap doesn't work without -static because 
  #     it tries to link against dlls instead their import libraries. (If
--- 33,37 ----
  # * 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 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