[Bug libstdc++/97369] undefined reference to std::_***""

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Oct 11 16:52:39 GMT 2020


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
If that's a linker error not a run time error, then it looks like you're not
using the right GCC to link. It could be that you're compiling with GCC 6.3.0
but then using a different GCC to link, which doesn't have the required __cxx11
symbols in its libstdc++.so


More information about the Gcc-bugs mailing list