[ python-Bugs-1390321 ] README mention --without-cxx

SourceForge.net noreply at sourceforge.net
Wed Dec 28 01:03:34 CET 2005


Bugs item #1390321, was opened at 2005-12-26 05:11
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1390321&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Aahz (aahz)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: README mention --without-cxx

Initial Comment:
This just verified against HEAD:

./configure fails on Linux without g++ installed unless --without-cxx
given.  README should mention this.  Error is 

checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables

Inside config.log it says:

gcc: installation problem, cannot exec 'cc1plus': No such file or directory

(There's been some discussion about not requiring C++ installation by
default -- until that's settled, we should at least update the README.)


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2005-12-28 01:03

Message:
Logged In: YES 
user_id=21627

The real solution to this problem is that configure
shouldn't fail.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1390321&group_id=5470


More information about the Python-bugs-list mailing list