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

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 25 12:46:00 GMT 2013


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-10-25
     Ever confirmed|0                           |1

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
I get these functions from glibc instead:

0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 gettext
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 textdomain
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 bindtextdomain

both with and without --disable-nls.  How does configure end up adding
the lib into the link flags for libstdc++ in your case?



More information about the Gcc-bugs mailing list