http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #23 from Jakub Jelinek <jakub at gcc dot gnu.org> --- gettext Makefile has: # We must not install the libintl.h/libintl.a files if we are on a # system which has the GNU gettext() function in its C library or in a # separate library. # If you want to use the one which comes with this version of the # package, you have to use "configure --with-included-gettext". so I'd say it is definitely not a libstdc++ bug if you have it installed. If you roll your own Linux from scratch, it is up to you to debug why it happened.