New submission from Jan Harkes:

mingw32 fails to link with libpython27.a fails with the following error

/cygdrive/C/Python27/libs/libpython27.a: error adding symbols: File format not 
recognized

extracting all the objects from libpython27.a and checking them with objdump 
shows that two objects (dmmet.o and dmmeh.o) are not recognized, file returns 
'data' for their file types.

objdump from a 64-bit version of mingw recognizes these as pe-x86-64.

----------
components: Library (Lib)
messages: 244842
nosy: Jan Harkes
priority: normal
severity: normal
status: open
title: libpython27.a in python-2.7.10 i386 (windows msi release) contains 
64-bit objects
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24385>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to