[ python-Bugs-1110007 ] Cannot ./configure on FC3 with gcc 3.4.2
SourceForge.net
noreply at sourceforge.net
Sun Jan 30 03:38:35 CET 2005
Bugs item #1110007, was opened at 2005-01-26 10:24
Message generated for change (Comment added) made by liturgist
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110007&group_id=5470
Category: Build
Group: 3rd Party
>Status: Open
>Resolution: None
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: Paul Watson (liturgist)
Date: 2005-01-29 20:38
Message:
Logged In: YES
user_id=197677
The fc3 group begs to differ with the assessment. Perhaps
someone can comment on the response to Buzilla 146563. If
this bug is closed again, that's fine. I do not think I
would try to reopen it.
https://bugzilla.redhat.com/beta/show_bug.cgi?id=146563
------- Additional Comments From jakub at redhat.com
2005-01-29 14:12 EST -------
/usr/local/abinitio/lib/libgcc_s.so.1: version `GCC_3.3' not
found (required by
/usr/lib/libstdc++.so.6)
/usr/local/abinitio/lib/libgcc_s.so.1 is not part of Fedora
Core, and is
older than the system libgcc_s.so.1 in /lib/.
The bug is that you are thus overriding a system library
with an incompatible
(well, in this case likely just older) one.
You need to avoid that.
In this particular case I guess just rm -f
/usr/local/abinitio/lib/libgcc_s*
would DTRT (perhaps make a backup copy of that).
But it is certainly not a bug in the distro, but a problem
caused by badly
packaged 3rd party software.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2005-01-29 08: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