This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++/8761 and libstdc++/7076
Benjamin Kosnik writes:
[snip]
> This compiles, I do get an extra link fail in
> 22_locale/num_put_members_char.cc, but it's probably something .... I
> will look at it in a bit (seems wierd, it's defined in src/locale.cc)
> and 27_io/ios_manip_basefield.cc also has an execution fail. Also
> 27_io/ostream_inserter_arith. These may both be export-list related, or
> not. Hmm.
When I tried to compile 22_locale/num_put_members_char.cc by hand, I
get link failures for __convert_from_v functions. If I link with
-static, it worked. The corresponding symbols in the archive lib are
'T', but the symbols in the shared lib are 't', so not being made
externally visible. Is this helpful?
Jerry