[pypy-dev] Link failures on windows

Ben.Young at risk.sungard.com Ben.Young at risk.sungard.com
Wed Aug 24 10:17:21 CEST 2005


Hi Everyone,

Did someone change the compilation chain so that on windows the modules 
don't link against Python any more? At the moment, all the genc tests fail 
with errors like:

testing_11.obj : error LNK2019: unresolved external symbol 
_PyErr_SetString referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyErr_SetNone 
referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyClass_IsSubclass referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyExc_Exception referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyClass_Type 
referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyDict_GetItemString referenced in function 
__RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyEval_GetBuiltins referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyMethod_New 
referenced in function _gencfunc_descr_get
...

Cheers,
Ben



More information about the Pypy-dev mailing list