help-global
[Top][All Lists]
Advanced

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

Re: Problems with gtag


From: Shigio Yamaguchi
Subject: Re: Problems with gtag
Date: Fri, 08 Feb 2002 00:10:53 +0900

Hi,
> When I try to run gtags I get the following error
> 
> gtags: Parser '/usr/local/bin/gctags' not found or not executable.
> 
> I have installed gctags in the same directory as gtags ( which is not
> /usr/local/bin ). 
> 
> What should I do to make gtags lokk for gctags in a different directory.

By default, gtags locate installed gctags, because some GNU/Linux
distribution has another 'gctags' command as /usr/bin/gctags.

If you change this, you can do like this:

% cp gtags.conf $HOME/.globalrc
% vi $HOME/.globalrc
+-----------------------
| ...
|gctags|tag command for GLOBAL:\
|       :GTAGS=gctags %s:\
|       :GRTAGS=gctags -r %s:\
|       :GSYMS=gctags -s %s:
|...

The 'gtags.conf' is included by GLOBAL package.
--
Shigio Yamaguchi - Tama Communications Corporation




reply via email to

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