[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 23 19:18:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list