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 <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

_______________________________________________
Help-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-global

Reply via email to