Re: C++ linking problem when locale are disabled in eglic.

2012-03-13 Thread Joseph S. Myers
On Tue, 13 Mar 2012, paul.chav...@fnac.net wrote: > It seems that gcc/libstdc++-v3/acinclude.m4 doesn't check for bugs in > early glibc-2.2.x series anymore. So, it doesn't detect the lack of > newlocale, duplocale, freelocale, nl_langinfo_l and uselocale. On the > other hand, there is a new te

Re: [Patches] C++ linking problem when locale are disabled in eglic.

2012-03-13 Thread Carlos O'Donell
On Tue, Mar 13, 2012 at 6:43 AM, Jonathan Wakely wrote: >> This should have been CC'd to the libstdc++ list too. >> >>> C++ programs don't link anymore with gcc > 4.5.3 and eglibc 2.15 with >>> OPTION_EGLIBC_LOCALE_CODE=n. >>> >>> It seems that gcc/libstdc++-v3/acinclude.m4 doesn't check for bugs

Re: C++ linking problem when locale are disabled in eglic.

2012-03-13 Thread Jonathan Wakely
On 13 March 2012 09:37, Jonathan Wakely wrote: > On 13 March 2012 07:41,   wrote: >> Hello. > > This should have been CC'd to the libstdc++ list too. > >> C++ programs don't link anymore with gcc > 4.5.3 and eglibc 2.15 with >> OPTION_EGLIBC_LOCALE_CODE=n. >> >> It seems that gcc/libstdc++-v3/acin

Re: C++ linking problem when locale are disabled in eglic.

2012-03-13 Thread Jonathan Wakely
On 13 March 2012 07:41, wrote: > Hello. This should have been CC'd to the libstdc++ list too. > C++ programs don't link anymore with gcc > 4.5.3 and eglibc 2.15 with > OPTION_EGLIBC_LOCALE_CODE=n. > > It seems that gcc/libstdc++-v3/acinclude.m4 doesn't check for bugs in early > glibc-2.2.x se

C++ linking problem when locale are disabled in eglic.

2012-03-13 Thread paul.chavent
Hello. C++ programs don't link anymore with gcc > 4.5.3 and eglibc 2.15 with OPTION_EGLIBC_LOCALE_CODE=n. It seems that gcc/libstdc++-v3/acinclude.m4 doesn't check for bugs in early glibc-2.2.x series anymore. So, it doesn't detect the lack of newlocale, duplocale, freelocale, nl_langinfo_l an