Closed
Bug 650480
Opened 14 years ago
Closed 14 years ago
Building with gcc 4.6 uses symbols from libstdc++ 4.6
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla6
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
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)
Comment 1•14 years ago
|
||
Worked perfectly here, on my archlinux 64 bits, with gcc 4.6.0.
Updated•14 years ago
|
Attachment #526478 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•