Re: strange message running gtags
Hideki IWAMOTO <[email protected]>
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
> ---------------- > [tomek@grzejhost src]$ global --version > 4.7 > [tomek@grzejhost src]$ sort --version > sort (coreutils) 5.0 > Written by Mike Haertel and Paul Eggert. > ---------------- Please write the output of the following two commands. > echo $_POSIX2_VERSION > grep _POSIX2_VERSION /usr/include/unistd.h 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. http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/unistd.h.diff?r1=1.120&r2=1.121&cvsroot=glibc&f=h ---- Hideki IWAMOTO [email protected]