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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #1)
> works with -lsupc++ but I'm not sure why it fails without

Because the missing symbol is only defined in libsupc++.a and libstdc++.a but
not in libstdc++.so

Reply via email to