[uClibc] Re: Does uClibc support dcgettext

Peter S. Mazinger ps.m at gmx.net
Sun Feb 6 21:43:46 UTC 2005


On Thu, 3 Feb 2005, Peter S. Mazinger wrote:

> > 
> > Does uClibc support dcgettext, bindtextdomain, and textdomain?  I have
> > some code that I am trying to port to use uClibc which uses these
> > functions.
> > 
> > I see that there is a dcgettext function in the code but I don't really
> > see what I am supposed to do to enable it to get compiled in.
> 
> the code is in libintl/*, but was disabled on 20040907 by mjn3.
> 
> if you want to get that built, enable LOCALE support, run make 
> oldconfig/menuconfig/... first, than:
> echo "UCLIBC_HAS_GETTEXT_AWARENESS=y" >> .config
> and don't rerun make defconfig/oldconfig/menuconfig anymore.

I was wrong, Erik removed that.
The above procedure doesn't work, do:
1. edit extra/Configs/Config.in and remove '&& UCLIBC_MJN3_ONLY' after
depends on UCLIBC_HAS_LOCALE for the UCLIBC_HAS_GETTEXT_AWARENESS
2. enable UCLIBC_HAS_GETTEXT_AWARENESS

Be warned: this is very experimental, it is not supported, it's not 
complete ...

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list