Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-23 Thread Thomas Heller
Trent Mick wrote: > [Thomas Heller wrote] >> Linking... >>Creating library .\./python25.lib and object .\./python25.exp >> zipimport.obj : error LNK2001: unresolved external symbol __security_cookie >> traceback.obj : error LNK2001: unresolved external symbol __security_cookie >> typeobject.obj

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Martin v. Löwis
Thomas Heller wrote: > Is there a library missing? Either that (although I forgot the library name - google knows it), or a command line option missing: there is an option to suppress usage of these security check symbols. It appears that VS 2005 has them disabled by default, whereas the SDK compi

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Martin v. Löwis
Thomas Heller wrote: > Ok, so now I'm able to make itanium builds (which I don't want because I > don't have such amachine). The Feb 2003 Platform SDK apparently doesn't have > an > AMD64 compiler. Right. The Itanium compiler was included in the November 2004 (or so) SDK (which called itself s

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Trent Mick
[Thomas Heller wrote] > Linking... >Creating library .\./python25.lib and object .\./python25.exp > zipimport.obj : error LNK2001: unresolved external symbol __security_cookie > traceback.obj : error LNK2001: unresolved external symbol __security_cookie > typeobject.obj : error LNK2001: unresol

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Thomas Heller
Thomas Heller wrote: > Martin v. Löwis wrote: >> Thomas Heller wrote: >>> Then I fire up MSVC, select the ReleaseAMD64 configuration, and try to >>> build the >>> pythoncore project. >>> After lots of compiler warnings, the build fails with this message: >>> > ... >> For some reason, VS.NET hasn't

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Thomas Heller
Martin v. Löwis wrote: > Thomas Heller wrote: >> Then I fire up MSVC, select the ReleaseAMD64 configuration, and try to >> build the >> pythoncore project. >> After lots of compiler warnings, the build fails with this message: >> ... > > For some reason, VS.NET hasn't picked up the PATH modificat

Re: [Python-Dev] Building Python for AMD64 (Windows)

2006-03-22 Thread Martin v. Löwis
Thomas Heller wrote: > Then I fire up MSVC, select the ReleaseAMD64 configuration, and try to build > the > pythoncore project. > After lots of compiler warnings, the build fails with this message: > > cl.exe -c -D_WIN32 -DUSE_DL_EXPORT -D_WINDOWS -DWIN32 -D_WINDLL -MD -MD > /USECL:MS_OPTERON ge