Bill Janssen <jans...@parc.com> wrote: > Andi Vajda <va...@apache.org> wrote: > > > > > 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.. > > OK, I'll add the link flags in setup.py, and send you a patch against > the trunk.
Attached is the patch to Makefile and jcc/setup.py, generated with svn diff, against the trunk. I've tested it by building and installing on Windows XP with MinGW32 gcc 4.4. Bill