[SciPy-User] Building extensions on Win64 with GNU compilers

Rob Lourens roblourens at gmail.com
Mon Jun 14 12:15:52 EDT 2010


My guess is that they're missing a bracket, and meant this-
TABLE = re.compile(r'^\s+\[([\s*\d*])\] (\w*)')

Rob

On Mon, Jun 14, 2010 at 9:50 AM, Sturla Molden <sturla at molden.no> wrote:

>
> 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
>
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100614/c90a8510/attachment.html>


More information about the SciPy-User mailing list