[issue1250] Building external modules using Sun Studio 12

Maciej Bliziński report at bugs.python.org
Mon Jun 25 00:24:12 CEST 2012


Maciej Bliziński <maciej.blizinski at gmail.com> added the comment:

I just hit this issue when trying to build matplotlib. The setup script indeed tries to run the C compiler (/opt/SUNWspro/bin/cc) instead of the C++ compiler (/opt/SUNWspro/bin/CC) and fails. This was with Python 2.6.7.

Could the problem be that the UnixCCompiler.executables["compiler_cxx"] is defined to "cc" instead of "CC"?

----------
nosy: +automatthias
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1250>
_______________________________________


More information about the Python-bugs-list mailing list