This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaharkes
Recipients jaharkes
Date 2015-06-04.20:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433451133.89.0.124950032775.issue24385@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-04 20:52:13jaharkessetrecipients: + jaharkes
2015-06-04 20:52:13jaharkessetmessageid: <1433451133.89.0.124950032775.issue24385@psf.upfronthosting.co.za>
2015-06-04 20:52:13jaharkeslinkissue24385 messages
2015-06-04 20:52:13jaharkescreate