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
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
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
> 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
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
> 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 -
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, "");
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, "");
8 matches
Mail list logo