[Bug c++/54314] [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >'
jojelino at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 20 15:22:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54314
--- Comment #3 from gee <jojelino at gmail dot com> 2012-08-20 15:21:53 UTC ---
--export-all-symbols didn't work at all.
pick-reverting just one commit failed with conflict.
[966](sec 86)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000
Contents of section .rdata$_ZNSt14numeric_limitsIdE14min_exponent10E:
0000 cdfeffff ....
following is one of the symbol that linker failed to include in shared library.
__ZNSt14numeric_limitsIdE14min_exponent10E
.globl __ZNSt14numeric_limitsIdE14min_exponent10E
.section .rdata$_ZNSt14numeric_limitsIdE14min_exponent10E,"dr"
.align 4
__ZNSt14numeric_limitsIdE14min_exponent10E:
.long -307
More information about the Gcc-bugs
mailing list