http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779
--- Comment #18 from Dâniel Fraga <fragabr at gmail dot com> --- (In reply to Jonathan Wakely from comment #15) > (In reply to Dâniel Fraga from comment #14) > Thanks for the quick response, that explains the problem. > > G++ finds the version in /usr/local/include first, so the library gets a > dependency on libintl_textdomain, but the configure checks find textdomain > in glibc, so thinks there is no need to link to libintl. So the solution is to change configure?