[Python-Dev] The other Py2.4 issue

Paul Moore p.f.moore at gmail.com
Fri Dec 10 21:40:10 CET 2004


On Fri, 10 Dec 2004 17:19:21 +0000, Armin Rigo <arigo at tunes.org> wrote:
> Another note: can you report on whether building libpython24.a can be skipped
> for mingw?

A first attempt seems to almost work. There is a problem with
structures, however - I get an error about unresolved references to
_imp___Py_NoneStruct. My guess is that there's some issue with
resolving references to data (as opposed to functions) from DLLs. I'll
investigate further and then report back.

But this is specifically if you *don't* build libpytho24.a. If you
build that, there's no problem at all.

Paul.


More information about the Python-Dev mailing list