Comment 6 for bug 409269

Revision history for this message
Matthew Brett (matthew-brett) wrote : Re: [Bug 409269] [NEW] setup fails on mingw32

Hi,

> [DEFAULT]
> library_dirs = c:\mingw\lib;c:\Libraries\lib
> include_dirs = c:\mingw\include;c:\Libraries\include
> libraries = g2c

I think the libraries have to be a 'comma-separated list of library
names' (from the numpy site.cfg.example file).

I'm guessing that

libraries = g2c,

will work - does it?

See you,

Matthew