[Python-Dev] Building Python for AMD64 (Windows) (original) (raw)

Thomas Heller theller at python.net
Thu Mar 23 09:48:46 CET 2006


Trent Mick wrote:

[Thomas Heller wrote]

Linking... Creating library ../python25.lib and object ../python25.exp _zipimport.obj : error LNK2001: unresolved external symbol securitycookie _traceback.obj : error LNK2001: unresolved external symbol securitycookie _typeobject.obj : error LNK2001: unresolved external symbol securitycookie _unicodeobject.obj : error LNK2001: unresolved external symbol securitycookie

(lots of similar errors...) I have this patch to the python 2.4 sources to get win64-ia64 to build (that I haven't yet had the chance to submit to SF). I think it will require a little massaging for the trunk. Does this work for you?

Yes, I was able to compile pythoncore when I added bufferoverflowU.lib to the project. However, starting python.exe immediately crashes with an access violation, in sys_getwindowsversion, in the PyBuild_Value() call.

Thomas



More information about the Python-Dev mailing list