Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: Jason Tishler Cc: Veinardi Suendo , cygwin AT cygwin DOT com Subject: Re: Porting NumPy References: <20010717141745 DOT R614 AT dothill DOT com> User-Agent: XEmacs/Gnus X-Attribution: Jochen X-Face: -%Z4EZ6iY'4m:wiK:!v From: "Jochen =?iso-8859-1?q?K=FCpper?=" 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/