[gpm]Re: new release: gpm-1.19.5

Alessandro Rubini rubini@gnu.org
Thu, 27 Sep 2001 13:52:54 +0200


> I wrote a new function st_XXX, which calls the normal variant, but is
> static.

But if the normal one is in another file, you have the same problem.
Maybe I miss what you did. Static inline is the way to go.
Pleae try "nm libgpm.a" and see what it exported, though.

> BTW, Alessandro, wherfore is TAGS used ?

It's used by emacs, there's the same for vi, but don't know how it's used.
It should be removed by make clean.

/alessandro