Re: [pypy-dev] using c-api

2018-04-29 Thread Armin Rigo
Hi Neal, On 29 April 2018 at 18:20, Neal Becker wrote: > Just installed pypy3-6.0.0-1.fc29.x86_64 on fedora 28 (to be released in a > couple of days), also install pypy3-devel and pypy3-libs. > Trying to build my c modules (c++ using pybind11). > I don't see any python library to link against. >

[pypy-dev] using c-api

2018-04-29 Thread Neal Becker
Just installed pypy3-6.0.0-1.fc29.x86_64 on fedora 28 (to be released in a couple of days), also install pypy3-devel and pypy3-libs. Trying to build my c modules (c++ using pybind11). I don't see any python library to link against. c-python I would link with /usr/lib64/libpython3.6m.so, but pypy3