Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-14 Thread Branden Robinson
On Tue, Nov 14, 2000 at 12:38:50AM +0700, Theppitak Karoonboonayanan wrote: > > You don't need to use -DX_LOCALE with glibc2. > > If so, that's good news for me. It is so. X_LOCALE has been deprecated for years. In fact, it was deprecated in the very first release of Debian, over 4 years ago n

Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread Branden Robinson
On Tue, Nov 14, 2000 at 12:38:50AM +0700, Theppitak Karoonboonayanan wrote: > > You don't need to use -DX_LOCALE with glibc2. > > If so, that's good news for me. It is so. X_LOCALE has been deprecated for years. In fact, it was deprecated in the very first release of Debian, over 4 years ago

Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread Theppitak Karoonboonayanan
On Tue, Nov 14, 2000 at 01:02:19AM +0900, ISHIKAWA Mutsumi wrote: > > In <[EMAIL PROTECTED]> > > Theppitak Karoonboonayanan <[EMAIL PROTECTED]> wrote: > >> Hello, > > >> I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program > >> which uses X locale setting and the linker

Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread ISHIKAWA Mutsumi
> In <[EMAIL PROTECTED]> > Theppitak Karoonboonayanan <[EMAIL PROTECTED]> wrote: >> Hello, >> I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program >> which uses X locale setting and the linker just complained the undefined >> referencing to "_Xsetlocale". >> $ gcc -D

Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread Theppitak Karoonboonayanan
On Tue, Nov 14, 2000 at 01:02:19AM +0900, ISHIKAWA Mutsumi wrote: > > In <[EMAIL PROTECTED]> > > Theppitak Karoonboonayanan <[EMAIL PROTECTED]> wrote: > >> Hello, > > >> I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program > >> which uses X locale setting and the linke

Re: No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread ISHIKAWA Mutsumi
> In <[EMAIL PROTECTED]> > Theppitak Karoonboonayanan <[EMAIL PROTECTED]> wrote: >> Hello, >> I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program >> which uses X locale setting and the linker just complained the undefined >> referencing to "_Xsetlocale". >> $ gcc -

No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread Theppitak Karoonboonayanan
Hello, I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program which uses X locale setting and the linker just complained the undefined referencing to "_Xsetlocale". Here's a code that can demonstrate this: $ cat > xlctest.c #include int main() { setlocale(LC_CTYPE, "");

No _Xsetlocale() in XFree86 4.0.1

2000-11-13 Thread Theppitak Karoonboonayanan
Hello, I'm using xfree86 4.0.1-3 from woody. Recently, I compiled an X program which uses X locale setting and the linker just complained the undefined referencing to "_Xsetlocale". Here's a code that can demonstrate this: $ cat > xlctest.c #include int main() { setlocale(LC_CTYPE, "");