Cygwin Python 2.1, Numeric package, exporting init<module> methods

Mark Hadfield m.hadfield@niwa.cri.nz
Mon Apr 30 14:53:00 GMT 2001


> and the distutils patch is attached below my sig.

Not it wasn't!

---
Mark Hadfield
m.hadfield@niwa.cri.nz  http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research

? cygwinccompiler.py.patch
? diffs
? my.diffs
cvs server: Diffing .
Index: cygwinccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cygwinccompiler.py,v
retrieving revision 1.12
diff -r1.12 cygwinccompiler.py
99,103c99,103
<         self.set_executables(compiler='gcc -mcygwin -O -Wall',
<                              compiler_so='gcc -mcygwin -mdll -O -Wall',
<                              linker_exe='gcc -mcygwin',
<                              linker_so=('%s -mcygwin -mdll -static' %
<                                         self.linker_dll))
---
> #        self.set_executables(compiler='gcc -mcygwin -O -Wall',
> #                             compiler_so='gcc -mcygwin -mdll -O -Wall',
> #                             linker_exe='gcc -mcygwin',
> #                             linker_so=('%s -mcygwin -mdll -static' %
> #                                        self.linker_dll))
Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/sysconfig.py,v
retrieving revision 1.34
diff -r1.34 sysconfig.py
120c120,121
<     if compiler.compiler_type == "unix":
---
> #    if compiler.compiler_type == "unix":
>     if compiler.compiler_type in ["unix", "cygwin"]:
cvs server: Diffing command



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list