[ python-Bugs-1110007 ] Cannot ./configure on FC3 with gcc 3.4.2
SourceForge.net
noreply at sourceforge.net
Sat Jan 29 15:08:25 CET 2005
Bugs item #1110007, was opened at 2005-01-26 17:24
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110007&group_id=5470
Category: Build
>Group: 3rd Party
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Paul Watson (liturgist)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot ./configure on FC3 with gcc 3.4.2
Initial Comment:
Trying to run ./configure fails with the message:
configure: error: cannot run C++ compiled programs.
The config.log file reports:
version 'GCC_3.3' not found (required by
usr/lib/libstdc++.so.6)
FC3 is delivered with gcc 3.4.2.
What is the best path to a fix for this? Must I
regress to an older compiler?
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2005-01-29 15:08
Message:
Logged In: YES
user_id=21627
This is clearly a bug in your gcc installation - perhaps
some library is not up-to-date, or libstdc++ was compiled
with the wrong compiler. You should report this to the FC3
developers.
As a work-around, you can configure your Python --without-cxx.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110007&group_id=5470
More information about the Python-bugs-list
mailing list