From 9a37779bfb7355e10ac7cd3dd727e2be9caab515 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 11 Mar 2009 14:07:01 +0100 Subject: tested gettext on Solaris 10 --- docs/i18n/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/i18n') diff --git a/docs/i18n/README b/docs/i18n/README index 7ba8340..bbe2b5c 100644 --- a/docs/i18n/README +++ b/docs/i18n/README @@ -7,5 +7,13 @@ requirements: - NetBSD 4.0: gettext and libintl seem to be old, but around - FreeBSD 7.0: gettext and libintl live as packages in /usr/local version: 0.16.1 -- OpenBSD 4.3: gettenxt in /usr/local, packages from ports +- OpenBSD 4.3: gettext in /usr/local, packages from ports version: 0.16.1 +- Solaris 10: there is the native one (which is somehow broken + especially in xgettext) and the runtime environment which is + ok, we can also install some GNU gettext versions (e.g. + SunFreeware into /usr/local). This is messy and hard to get + right with linking! + setlocale is called from native libraries (is in libc), rest + can be made run from GNU gettext + -- cgit v1.2.3-54-g00ecf