Re: strange message running gtags
Shigio Yamaguchi <[email protected]>
| Newsgroups | gmane.comp.gnu.global.bugs,gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have moved to [email protected]. > 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 <[email protected]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3