[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 20 20:02:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779

--- Comment #19 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes. Currently configure has a broken check for libintl that gives the wrong
result if you have GNU gettext installed as well as glibc, and we only do that
check when USE_NLS=yes. For GNU/Linux we always need textdomain even with
--disable-nls so always need the libintl check.



More information about the Gcc-bugs mailing list