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
To: Jason Tishler <Jason.Tishler@dothill.com>
Cc: Veinardi Suendo <vsuendo@sun.op.titech.ac.jp>, cygwin@cygwin.com
Subject: Re: Porting NumPy
References: <20010717141745.R614@dothill.com>
User-Agent: XEmacs/Gnus
X-Attribution: Jochen
X-Face: -%Z4EZ6iY'4m:wiK:!v<f*n1TeWpDxL;vm\2]@7KGXgHzB#JSK#;`z4tYg#7ck/]wrqw6:}
 ;vcVMJ0N~%+;N&e,%5phkzeP![#CQ^y^]lyS0Wvp"sV(0$dvw}(12VU<:|q~@MX]S=o46H!(2*%?'k
 Wz-%ul~-hoJL$/SQzy&^?aLj"u9)Lk0zvwmg|#\@U{j:5?C-*{<3que:_Vb@Ly
X-URL: http://www.jochen-kuepper.de
In-Reply-To: <20010717141745.R614@dothill.com>
From: "Jochen =?iso-8859-1?q?K=FCpper?=" <jochen@unc.edu>
Organization: University of North Carolina
Date: 17 Jul 2001 15:15:39 -0400
Message-ID: <86bsmjfjtw.fsf@bock.chem.unc.edu>
Lines: 36
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

>>>>> Jason Tishler wrote on Tue, 17 Jul 2001 14:17:45 -0400:

Oops, meant to send my message to the list. Was a little early this
morning... Thanks for forwarding it, Jason:)

Jason> http://www.cygwin.com/ml/cygwin/2001-07/msg00107.html

That patch is actually "incorporated" into the latest cvs
sources. I only needed the following patch for the cvs version of
Numerical as of today:

Index: Src/fastumathmodule.c
===================================================================
RCS file: /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v
retrieving revision 1.1
diff -u -r1.1 fastumathmodule.c
--- Src/fastumathmodule.c       2001/07/16 23:19:23     1.1
+++ Src/fastumathmodule.c       2001/07/17 19:10:32
@@ -2123,7 +2123,7 @@
     {NULL,             NULL, 0}                /* sentinel */
 };
 
-void initfastumath() {
+DL_EXPORT(void) initfastumath() {
     PyObject *m, *d, *s;
   
     /* Create the module and add the functions */

I'll send the patch to the numpy-list in a second...

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: 44BCCD8E
        Sex, drugs and rock-n-roll


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

