distutils and mingw32

Chris Liechti cliechti at gmx.net
Wed Sep 22 18:38:10 EDT 2004


Scott David Daniels <Scott.Daniels at Acm.Org> wrote in 
news:4151f3f8$1 at nntp0.pdx.net:

> I'm trying to get distutils in 2.4 happy running mingw32.  I've chased
> a few things down, but now I'm getting:
> C:\Documents and Settings\daniels\Desktop\Py\block>\python24\python 
> setup.py build_ext -cmingw32
...
> undefined reference to `_imp__PyExc_TypeError'

my guess is that the import library (libpython24.a) is missing or not 
correct. did you create one with pexports?

you know this one?
http://www.python.org/doc/current/inst/tweak-flags.html (bottom of the 
page)

chris


-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list