After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 73413 - AM_GLIB_GNU_GETTEXT not picking up correct gettext impl
AM_GLIB_GNU_GETTEXT not picking up correct gettext impl
Status: RESOLVED DUPLICATE of bug 70627
Product: glib
Classification: Platform
Component: general
1.3.x
Other Solaris
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2002-03-04 19:05 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description jacob berkman 2002-03-04 19:05:09 UTC
on solaris, libc has gettext support, but not support for UTF-8.

AM_GLIB_GNU_GETTEXT only checks for dcgettext(), which libc has, so it
doesn't try an external -lintl.

should glib check for bindtextdomain_codeset()?

(sun is working around this by setting LDFLAGS to include -lintl in their
builds)
Comment 1 Owen Taylor 2002-03-04 20:04:45 UTC

*** This bug has been marked as a duplicate of 70627 ***