extending python with a C-written dll

Jean-Baptiste PERIN jb_perin at yahoo.fr
Tue Dec 21 04:44:20 EST 2004


> Note that MinGW32 is a tested path for building (free) C extensions.  I
> don't know if anyone has a tested way of using lcc.

Yes, very interesting
I can already conclude that either I don't know how to use lcc
or it doesn't suit my needs ..
in both case I have to quickly get rid of it .. before I throw the 
computer through the window ..

I plan to first test the cygwin's gcc compiler before goign to MinGW32

> With MinGW32, your build step will be the delightfully easy:
> 
>     python setup.py build --compiler=mingw32


Thank you very much for your help



More information about the Python-list mailing list