
report at bugs
Nov 23, 2009, 10:05 AM
Post #4 of 6
(307 views)
Permalink
|
|
[issue1222585] C++ compilation support for distutils
[In reply to]
|
|
Michael Droettboom <mdboom [at] users> added the comment: Attached is a patch against the release26-maint branch. This works for me on Sun Workshop 6. Note that on Sun, the C compiler is 'cc' and the C++ compiler is 'CC', but distutils uses 'cc' and 'c++'. However, the CXX environment variable now works (after applying the patch), so this is less of an issue, if it can be considered a bug at all. ---------- Added file: http://bugs.python.org/file15389/py26_cxx_compiler.patch _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue1222585> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|