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
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
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
[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
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
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
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