help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange message running gtags


From: Hideki IWAMOTO
Subject: Re: strange message running gtags
Date: Tue, 01 Jun 2004 00:03:35 +0900

> ----------------
> address@hidden src]$ global --version
> 4.7
> address@hidden 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  address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]