This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.1 debian failures
- From: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- To: gs234 at cam dot ac dot uk, Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 25 May 2002 03:58:22 +0900 (JST)
- Subject: Re: gcc 3.1 debian failures
On 24 May, Gaute B Strokkenes wrote:
> On Thu, 23 May 2002, howarth@bromo.msbb.uc.edu wrote:
>> In fact if I copy their copy of /usr/lib/locale/de_DE to my
>> debian machine I find that codecvt_members_char_char doesn't
>> crash anymore. I am wondering if this is the origin to all of
>> those failures under Debian.
>
> Many moons ago, the Debian glibc packages were changed so that support
> is only added for the locales that you explicity enable. I think the
> file/command that you want to look into is called locale-gen or some
> such. I'm afraid I can not give you any more specific hints, since I
> do not have access to a recent debian system at the moment.
>
Real command is loacaldef,you can read libc/localdata/README
gen-locale.sh is called from that Makefile,
then gen-locale.sh use localedef and SUPPORT which has some locales,
when glibc is installed.
Kaoru