On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
> The mingw/2.4 build still works.  There are instructions at the top of
> the setupext.py file.  The dll linking error you are getting is
> something we ran into a lot.  If you have numpy installed distutils
> will use the numpy\distutils\mingw32ccompiler.py file.  In the
> Mingw32CCompiler class remove all links to "msvcr71".  In my version
> of numpy just comment out the whole if block at line 127.
>

I tried commenting out that very block, but then numpy will not build
-- it does not see the mingw32 compiler without those lines, it
appears. I used the --compiler switch on the build, but to no avail.

I'm a bit stuck here, as matplotlib does not build, and the binary
does not seem to work. I'm trying to put together a package that
contains numpy, matplotlib and scipy to distribute to some of my
users.

Thanks,
-- 
Chris Fonnesbeck + Atlanta, GA + http://trichech.us

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to