https://sourceware.org/bugzilla/show_bug.cgi?id=26675

--- Comment #21 from Alan Modra <amodra at gmail dot com> ---
HJ, did you look into why this problem is not happening for ELF?

/usr/libexec/gcc/i686-w64-mingw32/ld:
/usr/lib/gcc/i686-w64-mingw32/10.2.0/libstdc++.a(eh_alloc.o):eh_alloc.cc:(.rdata$_ZTSSt9exception[__ZTSSt9exception]+0x0):
multiple definition of `typeinfo name for std::exception';
config_config.cpp.obj (symbol from
plugin):(.gnu.linkonce.t._ZTSSt9exception+0x0): first defined here

I'm guessing the difference between ELF and PE here is that ELF uses a weak
symbol for _ZTSSt9exception while PE uses a strong symbol.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to