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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 11 Dec 2000 12:47:26 -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 : loewis
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++?)


Follow-Ups:

Date: 2000-Dec-11 12:47
By: gvanrossum

Comment:
Martin, do you happen to be a C++ user?  Maybe you have an idea what to do with this?  If not, assign it back to me or to Nobody.
-------------------------------------------------------

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