Éric Araujo <mer...@netwok.org> added the comment:

> PyPy has no Makefile, so sysconfig.get_config_var("CC") returns None in PyPy.
Do you think the stdlib sysconfig could be changed to make this call return 
something meaningful, or should the code use another method to find the 
compiler to use?

(Getting config vars for 'SO' is one of the (surprisingly few) issues I’ve 
found when trying to run distutils2 tests with PyPy, I’d love to fix it.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14030>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to