Maciej Bliziński <maciej.blizin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to