SciPy on Cygwin

Jason Tishler jason@tishler.net
Thu Sep 27 13:47:00 GMT 2001


Jochen,

On Thu, Sep 27, 2001 at 10:26:13AM -0400, Jochen Küpper wrote:
> The problem I am running into in linalg is that I get compile errors
> in flapackmodule.c:
> ,----
> | linalg/flapackmodule.c:447: initializer element is not constant
> | linalg/flapackmodule.c:502: initializer element is not constant
> | linalg/flapackmodule.c:557: initializer element is not constant
> | linalg/flapackmodule.c:616: initializer element is not constant
> `----

The usually solution to the above kind of errors is the following:

    http://www.python.org/doc/FAQ.html#3.24

> The respective code is 
> ,----[flapackmodule.c: 447]
> | PyObject *cb_cselect_in_cgees__user__routines_capi = Py_None;
> `----

Unfortunately, the above line does *not* seem to jib with this solution.

Jason

--
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/



More information about the Cygwin mailing list