Hi Neal,

On 29 April 2018 at 18:20, Neal Becker <ndbeck...@gmail.com> 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.
>
> c-python I would link with /usr/lib64/libpython3.6m.so, but pypy3 doesn't
> seem to include anything like that (at least not the fedora-packaged
> version)

It's in /opt/pypy3/bin by default.  Look for "libpypy3-c.so".  If
there is no such file in Fedora, complain to the Fedora maintainers
and/or get the version from http://pypy.org/download.html.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to