Hi, On 25 January 2017 at 12:32, Christoph Lassner <[email protected]> wrote: > The missing symbols are, for example: > > PyPyInt_FromLong > PyPyList_SET_ITEM > PyPyErr_Occurred > _PyPyInstance_Lookup > PyPyDict_SetItem > ...
These are all symbols defined in the standard libpypy-c.so. I don't know why in your case the linking is not working. Armin _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
