delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <008c01c0d1bf$ff299d90$d938a8c0@Hadfield> |
From: | "Mark Hadfield" <m DOT hadfield AT niwa DOT cri DOT nz> |
To: | "Jason Tishler" <Jason DOT Tishler AT dothill DOT com> |
Cc: | "Norman Vine" <nhv AT cape DOT com>, "Robert Yodlowski" <RYodlowski AT Pirus DOT com>, |
"Cygwin Mailing List" <cygwin AT cygwin DOT com> | |
References: | <007c01c0d0fd$ff878a30$d938a8c0 AT Hadfield> <20010430103616 DOT D593 AT dothill DOT com> <005201c0d1be$6ef6bfb0$d938a8c0 AT 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 |
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 DOT hadfield AT niwa DOT cri DOT 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |