On Fri, 10 Dec 2004 17:19:21 +0000, Armin Rigo <[EMAIL PROTECTED]> 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.
_______________________________________________
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to