[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'
fragabr at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jan 23 18:47:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779
--- Comment #22 from Dâniel Fraga <fragabr at gmail dot com> ---
(In reply to Jonathan Wakely from comment #21)
> OK, configuring GNU gettext with --with-included-gettext creates
> /usr/local/include/libintl.h ... but why would you do that on GNU/Linux when
> glibc provides it? I'm tempted to say doing that is user error and not a
> GCC bug.
I didn't use this option. I just installed it the normal way:
./configure
make
sudo make install
I installed it here and it installs the libintl.h (I didn't use any configure
options, just "./configure"):
fraga@tux ~/src/gettext-0.18.3.2$ ls /usr/local/bin/gettext -l
-rwxr-xr-x 1 root root 43481 Jan 23 16:43 /usr/local/bin/gettext*
fraga@tux ~/src/gettext-0.18.3.2$ ls /usr/local/include/libintl.h -l
-rw-r--r-- 1 root root 16654 Jan 23 16:43 /usr/local/include/libintl.h
Should I complain with gettext developers?
More information about the Gcc-bugs
mailing list