[pypy-issue] Issue #2535: [patch] fix compilation of CFFI modules when GCC isn't installed (pypy/pypy)

David Naylor issues-reply at bitbucket.org
Sun Apr 9 06:04:13 EDT 2017


New issue 2535: [patch] fix compilation of CFFI modules when GCC isn't installed
https://bitbucket.org/pypy/pypy/issues/2535/patch-fix-compilation-of-cffi-modules-when

David Naylor:

On FreeBSD 11+ GCC isn't installed by default, instead relying on Clang.  However, regardless of the compiler used there is usually a way to reference the default compiler (namely, using the 'cc' command).  

The attached patch changes sysconfig_pypy.py to prefer using the generic name 'cc'  and 'c++' instead of 'gcc' and 'g++', respectively.




More information about the pypy-issue mailing list