[Python-bugs-list] [Bug #124782] configure should attempt to find a default C++ compiler.

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Dec 2000 15:50:37 -0800


Bug #124782, was updated on 2000-Dec-06 15:50
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 3
Submitted by: gvanrossum
Assigned to : Nobody
Summary: configure should attempt to find a default C++ compiler.

Details: 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++?)


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=124782&group_id=5470