Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <008c01c0d1bf$ff299d90$d938a8c0@Hadfield>
From: "Mark Hadfield" <m.hadfield@niwa.cri.nz>
To: "Jason Tishler" <Jason.Tishler@dothill.com>
Cc: "Norman Vine" <nhv@cape.com>, "Robert Yodlowski" <RYodlowski@Pirus.com>,
        "Cygwin Mailing List" <cygwin@cygwin.com>
References: <007c01c0d0fd$ff878a30$d938a8c0@Hadfield> <20010430103616.D593@dothill.com> <005201c0d1be$6ef6bfb0$d938a8c0@Hadfield>
Subject: Re: Cygwin Python 2.1, Numeric package, exporting init<module> methods
Date: Tue, 1 May 2001 09:53:31 +1200
Organization: NIWA
MIME-Version: 1.0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

> 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

