help-global
[Top][All Lists]
Advanced

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

Re: Global can't find GTAGS in link directory


From: Shigio YAMAGUCHI
Subject: Re: Global can't find GTAGS in link directory
Date: Sun, 09 Sep 2012 08:40:47 +0900

Hi,
> Hi,
> 
> Here is my problem:
> 
> $ ls
> dir1/ dir2/
> $ mkdir dir3
> $ cd dir3
> $ ln -s ../dir1 dir1
> $ ln -s ../dir2 dir2
> $ gtags
> $ ls
> dir1/ dir2/ GPATH  GRTAGS  GSYMS  GTAGS
> $ global -p
> /home/yuq/dir3
> $ cd dir1
> $ global -p
> global: GTAGS not found.
> 
> My OS is Ubuntu 12.04, global is 5.7.1.

Symbolic link is such a thing. Why do you make
tag files at /home/yuq?

Or there is also the following method.

$ export GTAGSROOT=/home/yuq/dir3

Good luck!
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

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