[SciPy-User] Building extensions on Win64 with GNU compilers
Sturla Molden
sturla at molden.no
Mon Jun 14 10:50:49 EDT 2010
I need libmsvcr90.a and libpython26.a for building extensions on Win64
with GNU compilers (gcc, g++, gfortran). Import libraries are only
available for Win32.
Looking at:
http://projects.scipy.org/numpy/wiki/MicrosoftToolchainSupport
This page contain a script with an invalid regex:
TABLE = re.compile(r'^\s+\[([\s*\d*)\] (\w*)')
What to do?
Does anyone have a fix for this script or the def-files for producing
the import libraries?
Unfortunately I am not very good at solving build problems. :(
Sturla Molden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100614/bc90aca7/attachment.html>
More information about the SciPy-User
mailing list