[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange message running gtags
From: |
Shigio Yamaguchi |
Subject: |
Re: strange message running gtags |
Date: |
Tue, 01 Jun 2004 08:53:43 +0900 |
Hi,
I have moved to address@hidden
> glibc-2.3.2 or earlier versions define _POSIX2_VERSION as 199209L.
> In the current CVS version, it is defined as 200112L.
> I think that you are using glibc newer than version 2.3.2.
I understood that new POSIX didn't accept "+N -N" style option of sort(1).
OK. I'll rewrite the calling like follows:
old style: sort +0 -1 +1 -2 +2n -3
new style: sort -k 1,1 -k 2,2 -k 3,3n
Is it right?
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- Re: strange message running gtags,
Shigio Yamaguchi <=