Bug 499724
Summary: | incompatibility between compat-gcc-34 and compat-libstdc++-33 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | kakashizilla |
Component: | compat-gcc-34 | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | franta, jakub, jlaska |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-05-11 14:04:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
kakashizilla
2009-05-07 19:32:37 UTC
*** Bug 500032 has been marked as a duplicate of this bug. *** gcc34 doesn't ever use compat-libstdc++-33, that makes no sense at all. From the above I'm just guessing you are linking against C++ libraries that were compiled/linked with g++ rather than g++34, in that case obviously the link phase has to be done using g++ rather than g++34, because you can't limit to the subset of libstdc++ exported functions that were provided by 3.4.x. *** Bug 500427 has been marked as a duplicate of this bug. *** |