matplotlib installation

Ross Ridge rridge at csclub.uwaterloo.ca
Mon Jun 15 11:48:14 EDT 2009


David Cournapeau wrote:
> Basically, there are some functions which are erroneously "declared"
> in the .lib, but they don't actually exist in the MS C runtime.

Lawrence D'Oliveiro  <ldo at geek-central.gen.new_zealand> wrote:
> Isn't this a MinGW bug?

No, MinGW runtime library isn't supposed to be fully compatible with
the Microsoft runtime library.  While MinGW happens to use part of an
older Microsoft runtime library (MSVCRT.DLL) the goal of the MinGW has
never been to make a compiler that was 100% compatible with any version
of the Microsoft C compiler.  There also isn't anything wrong with the
Microsoft runtime.  A library that mixes both objects and import records
is perfectly legitimate.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list