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 gvanrossum
Recipients
Date 2000-12-06.23:50:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's annoying that C++ isn't better supported by default. Currently, you must specify the C++ compiler with the --with-gxx=... flag.

The configure script could easily set CXX to g++ if that exists and if we are using GCC, for example.

(But why does using the --with-gxx flag automatically create a main program compiled with C++?)
History
Date User Action Args
2007-08-23 13:52:20adminlinkissue224782 messages
2007-08-23 13:52:20admincreate