
Jan. 25, 2017
5:08 p.m.
Hi Armin, the Tensorflow build is quite a process driven by the bazel build engine and not standard python/pypy tools. My guess is, that it just misses out on that file. Thank you for the very quick response, will keep you posted! Best, Christoph Armin Rigo <armin.rigo@gmail.com> writes:
Hi,
On 25 January 2017 at 12:32, Christoph Lassner <christoph.lassner@tuebingen.mpg.de> 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