This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akitada
Recipients akitada, perttikellomaki, tarek
Date 2009-09-12.11:57:18
SpamBayes Score 0.17708336
Marked as misclassified No
Message-id <1252756640.85.0.0527457433117.issue6863@psf.upfronthosting.co.za>
In-reply-to
Content
Aren't CC and CXX variables just for compilers?

"""
CC
    Program for compiling C programs; default `cc'.
CXX
    Program for compiling C++ programs; default `g++'.
"""
http://www.gnu.org/software/make/manual/make.html#index-CXX-848
History
Date User Action Args
2009-09-12 11:57:20akitadasetrecipients: + akitada, tarek, perttikellomaki
2009-09-12 11:57:20akitadasetmessageid: <1252756640.85.0.0527457433117.issue6863@psf.upfronthosting.co.za>
2009-09-12 11:57:19akitadalinkissue6863 messages
2009-09-12 11:57:18akitadacreate