[Top][All Lists]
[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)
- Library search, Hageseter, Trond E., 2001/10/10
- Re: Library search,
Shigio Yamaguchi <=
- RE: Library search, Hageseter, Trond E., 2001/10/10
- RE: Library search, Hageseter, Trond E., 2001/10/11
- RE: Library search, Hageseter, Trond E., 2001/10/11
- RE: Library search, Hageseter, Trond E., 2001/10/11
- RE: Library search, Hageseter, Trond E., 2001/10/11