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?

Reply via email to