bug-global
[Top][All Lists]
Advanced

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

Re: Library search


From: Shigio Yamaguchi
Subject: Re: Library search
Date: Thu, 11 Oct 2001 01:07:01 +0900

Hello,
> Because we have organized our source code in two separate trees, I have
> found a "problem".
> If the GTAGSLIBPATH is set, the -s and -r options does not search the
> paths named in GTAGSLIBPATH. I changed that in the code myself, and for
> the -s option at least it worked great.=20
> 
> What is the reason that this is not enabled in the current version?

It is because the GTAGSLIBPATH's is for library search.
In general, library function doesn't call functions which belongs to
your application program. So, the -r option is not needed.
In the same way, we are not interested in symbols in library. So, the -s
option is not needed, I think.

If you feel the GTAGSLIBPATH is insufficient, you had better make
a single GTAGS like this:

        project/
                part1/GTAGS
                part2/GTAGS
                |
                v
        project/GTAGS
                part1/
                part2/

What do you think?
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)




reply via email to

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