Building PyPerl

Devin Leung blah at nowhere.org
Thu Apr 12 17:35:43 EDT 2001


I'm having problems building PyPerl.  I get the following errors when I run
'nmake install' with VC6.  Does anyone know how to resolve this?  Thanks in
advance.


   Creating library blib\arch\auto\Python\Object\Object.lib and object
blib\arch\auto\Python\Object\Object.exp
Object.obj : error LNK2001: unresolved external symbol
_newPerlPyObject_noinc
Object.obj : error LNK2001: unresolved external symbol _sv2pyo
Object.obj : error LNK2001: unresolved external symbol _get_thread_ctx
Object.obj : error LNK2001: unresolved external symbol _vtbl_free_pyo
Object.obj : error LNK2001: unresolved external symbol _pyo2sv
Object.obj : error LNK2001: unresolved external symbol _PerlPyObject_pyo
Object.obj : error LNK2001: unresolved external symbol
_PerlPyObject_pyo_or_null
Object.obj : error LNK2001: unresolved external symbol _newPerlPyObject_inc
blib\arch\auto\Python\Object\Object.dll : fatal error LNK1120: 8 unresolved
externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.






More information about the Python-list mailing list