gcc for glibc 2.3
Jakub Jelinek
jakub@redhat.com
Tue Aug 27 13:58:00 GMT 2002
On Tue, Aug 27, 2002 at 10:53:24PM +0200, Bruno Haible wrote:
> On recent glibcs, gcc-3.1 and gcc-3.2 don't build out of the box for
> me (on Linux/i386, with languages C and C++). libstdc++ wants the
> symbols __uselocale, __strftime_l, __wcsftime_l from glibc, and the
> last two are not yet there.
Well, __uselocale is not there either (for application usage,
since it is @@GLIBC_PRIVATE).
Either gcc should use uselocale, strftime_l and wcsftime_l instead (but
then the question is what will happen if somebody legally uses those
names which are not forbidden by ISO C++98 or other standards), or glibc
should export them @@GLIBC_2.3 with the __ prefixed names too
(and prototype them).
Jakub
More information about the Libc-alpha
mailing list