> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Kyle Sallee
> Sent: Saturday, May 16, 2009 3:54 AM
> To: [email protected]
> Subject: Re: Hints please...
>
> On Fri, May 15, 2009 at 4:51 PM, Kyle Sallee
> <[email protected]> wrote:
> > I have a box that does not have glibc installed.
> > Consequently, compiling uClibc with locales support is a
> bit difficult.
> > I am running into errors.
> > Also I was unable to use the provided tarball of
> pre-compiled locale data.
You have to enable UCLIBC_HAS_LOCALE and UCLIBC_PREGENERATED_LOCALE_DATA
configuration variables.
In case you don't wont use the pregenereted one you can choose one of the
following
(Enabling UCLIBC_HAS_LOCALE only):
1 - enabling all the uclibc supported locale building as it is;
2 - copy LOCALES in locales.txt (into the directory extra/locale) and remove
from
the latter the unuseful locale;
3 - set UCLIBC_BUILD_MINIMAL_LOCALE=y to enable only few locales And
charset.
> > And uClibc was unable to compile when configured to download the
> > pregenerated locale data automatically.
> > May I have some hints please involving locale data, please?
>
> Still a bit confused with compiling uClibc with locale
> support enabled.
> Assistance is requested, please.
>
> However, I wrote a patch for Linux-PAM 1.0.4 and it is good to go.
>
> Question:
> Can I merely enable wide char support in uClibc and instead
> of enabling locales in uClibc instead compile and install
> gettext and have it's libraries and header files installed?
If you enable locale support, wide char is automatically enabled.
To have the gettext functionality you have to install the libintl
Library provided by the gettext package.
> In that event will gettext be able to provide the properly
> translated text in the absence of having localedata compiled
> into uClibc?
I think it doesn't make sense use the gettext functionality without
Locale support into the uClibc.
If locale support is disabled, only the "C" locale is supported.
libc.
> _______________________________________________
> uClibc mailing list
> [email protected]
> http://lists.busybox.net/mailman/listinfo/uclibc
>
Hope this can help you.
By,
Filippo Arcidiacono.
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc