On Thu, 18 Mar 2010, Bill Janssen wrote:
Hmmm, setuptools doesn't seem to know to automatically build the jcc.lib file when using mingw32.
You might need to change the platform test there to include the 'mingw32' value or add the specific code to do this next to the 'win32' case.
If you don't, then just kwds["extra_link_args"] = lflags is done. Andi..