[Bug libstdc++/43968] undefined references to `std::{num_get, num_put, money_get, money_put}< [...] >::id' with -static
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon May 3 11:50:00 GMT 2010
------- Comment #4 from ubizjak at gmail dot com 2010-05-03 11:50 -------
As shown, these symbols are exported as "u":
`u'
The symbol is a unique global symbol. This is a GNU
extension to the standard set of ELF symbol bindings. For
such a symbol the dynamic linker will make sure that in the
entire process there is just one symbol with this name and
type in use.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43968
More information about the Gcc-bugs
mailing list