Which LIBC version under windows!!!!

Alex Martelli aleax at aleax.it
Fri Jan 25 18:06:45 EST 2002


Gerhard Häring wrote:

> Le 25/01/02 à 13:25, Angus Mackay écrivit:
>> okay, this is driving me crazy.
>> 
>> which LIBC version do I have to use to allow me to play nice with the
>> FILE*'s that I get back from the python DLL?
>> 
>> I can't believe how retarted windows is when it comes to LIBC. it boggles
>> the mind.
> 
> The short answer to your question is: use distutils and it will just
> work :)

Yes, this is the best answer.  The example at
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66509
may help you get started.

> IIRC it's the multithreaded MSVCRT one - I hope one of the Windows
> wizards here will correct me if I'm wrong.

Confirmed, MSVCRT.DLL.  That's what switch /MD means.


Alex



More information about the Python-list mailing list