[pypy-issue] Issue #2577: Building C Extensions on MacOS (pypy/pypy)

Omer Ben-Amram issues-reply at bitbucket.org
Tue Jun 13 06:44:42 EDT 2017


New issue 2577: Building C Extensions on MacOS
https://bitbucket.org/pypy/pypy/issues/2577/building-c-extensions-on-macos

Omer Ben-Amram:

When building c extensions on macos sierra - pypy3 doesn't seem to add the libpypy3-c shared object (dylib) to the link command.

settings LDFLAGS to `-L<path_to_pypy> -lpypy3-c` solves the issue.




More information about the pypy-issue mailing list