This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/66030] [5.1.0] std::codecvt_byname missing from libstdc++ DLL


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030

--- Comment #7 from Jouni Roivas <jroivas at iki dot fi> ---
(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<char16_t, char, int>::id'
undefined reference to `std::codecvt<char32_t, char, int>::id'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]