Closed Bug 650480 Opened 13 years ago Closed 13 years ago

Building with gcc 4.6 uses symbols from libstdc++ 4.6

Categories

(Firefox Build System :: General, defect)

All
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla6

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

This is the error that is triggered by the check from bug 643690:
    0x0297f865 0x00 20 GLIBCXX_3.4.15
Error: We don't want these libstdc++ symbol versions to be used

The root cause is that while libstdc++ 4.5 renamed some std::_List_node_base methods, libstdc++ 4.6 completely moved std::_List_node_base to std::__detail::_List_node_base, which is what these GLIBCXX_3.4.15 symbols we end up using are.
Attachment #526478 - Flags: review?(tglek)
Worked perfectly here, on my archlinux 64 bits, with gcc 4.6.0.
Attachment #526478 - Flags: review?(tglek) → review+
http://hg.mozilla.org/mozilla-central/rev/bf99d8e0734e
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: