[Bug c++/43911] [4.4/4.5 Regression] g++ can't compile any even trivial c++ source: undefined reference to `_Unwind_GetIPInfo'

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 28 09:24:00 GMT 2010



------- Comment #11 from rguenth at gcc dot gnu dot org  2010-04-28 09:23 -------
_Unwind_GetIPInfo is exported since 4.2.0, the symbol should be

> objdump -T /lib/libgcc_s.so.1 | grep GetIPI
00013f30 g    DF .text  00000016  GCC_4.2.0   _Unwind_GetIPInfo

what binutils version are you using (why does your libgcc not have
symbol versions?)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911



More information about the Gcc-bugs mailing list