[SciPy-user] build problem -- flapackmodule.c

Pearu Peterson pearu at cens.ioc.ee
Thu Feb 28 02:05:39 EST 2002


Hi,

On Wed, 27 Feb 2002, Andrew M. Henshaw wrote:

> I'm trying to build from CVS (2/27/02) and the build is bombing in flapackmodule.c with several of these kinds of messages:
> 
> build\temp.win32-2.1\flapackmodule.c: In function `f2py_rout_flapack_cgesdd':
> build\temp.win32-2.1\flapackmodule.c:9648: `rwork_capi' undeclared (first use in this function)
> build\temp.win32-2.1\flapackmodule.c:9658: `iwork_capi' undeclared (first use in this function)
> 
> I'm using F2PY-2.13.175-1212 with Python 2.1 (ActivePython 2.1 build 211) and mingw32 gcc-2.95.2.
> 
> Any thoughts?

It could be mingw32 issue with scipy_distutils/system_info.py. 
What is the output of
  python scipy_distutils/system_info.py
? You may need to add some prefixes to the code fragment

if sys.platform == 'win32':
    prefixes = ['C:\\']

Tell us how it worked.

If the above was not helpful, then send me the full output of
  cd linalg && setup_linalg.py build


Pearu




More information about the SciPy-User mailing list