https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #17 from Hamza Alloush ---
Boost compilling properly now!
Thanks to all involved! :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #15 from Jonathan Wakely ---
Author: redi
Date: Mon Jun 15 12:31:15 2015
New Revision: 224478
URL: https://gcc.gnu.org/viewcvs?rev=224478&root=gcc&view=rev
Log:
Backport from mainline
2015-06-09 Jonathan Wakely
PR libstdc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #14 from Jonathan Wakely ---
Author: redi
Date: Tue Jun 9 08:50:00 2015
New Revision: 224273
URL: https://gcc.gnu.org/viewcvs?rev=224273&root=gcc&view=rev
Log:
PR libstdc++/66030
* config/abi/pre/gnu.ver: Export code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #13 from Jouni Roivas ---
That patch seems to work. Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #12 from Jonathan Wakely ---
I think the patch posted at
https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00590.html should be equivalent,
if you have time to check it that would be great.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #11 from Jonathan Wakely ---
Yes, I'll deal with it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #10 from Kai Tietz ---
Yeah, thanks for working on that. With extensions shown by Jouni, the patch is
preapproved. Jonathan, will you take care?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
Jouni Roivas changed:
What|Removed |Added
Attachment #35668|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #7 from Jouni Roivas ---
(In reply to Jouni Roivas from comment #6)
> (In reply to Jonathan Wakely from comment #5)
> > Does this work?
>
> Yes, it works.
Now I found some more missing symbols:
undefined reference to `std::codecvt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #6 from Jouni Roivas ---
(In reply to Jonathan Wakely from comment #5)
> Does this work?
Yes, it works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #5 from Jonathan Wakely ---
Does this work?
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -542,6 +542,9 @@ GLIBCXX_3.4 {
# std::codecvt_byname
_ZNSt14codecvt_bynameI[cw]c11__mbstate_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #4 from Jonathan Wakely ---
(In reply to Jouni Roivas from comment #3)
> Created attachment 35668 [details]
> proposed patch
>
> This patch solves this problem for me. However I'm not sure if it covers all
> the cases.
This is wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
Jouni Roivas changed:
What|Removed |Added
CC||jroivas at iki dot fi
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #2 from Hamza Alloush ---
with gcc 5.1, i also have this bug, whenever i try to cross compile boost with
mingw, as it tries to define codecvt_byname for
${BOOST_DIR}/libs/locale/src/std/codecvt.cpp
##
undefined reference to `std::cod
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030
--- Comment #1 from Thomas Sailer ---
Created attachment 35471
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35471&action=edit
preprocessed testcase
18 matches
Mail list logo