https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81199
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This actually usually means some shared library has been linked without linking
against -lgcc_s or -lgcc (common reason is e.g. linking with ld -shared instead
of gcc -shared or g++ -shared) and you are trying to link against that shared
library.