> So if I understand correctly,
gtags.conf.in will need to be revised to omit
> the file extension altogether? yes, I think that will work perfectly.
You can do it, but you need not. The following entries work well.
o :gtags_parser=C\:/usr/lib/gtags/
foo.la:
o :gtags_parser=C\:/usr/lib/gtags/foo.so:
o :gtags_parser=C\:/usr/lib/gtags/foo.dll:
o :gtags_parser=C\:/usr/lib/gtags/foo:
I'm not willing for changing gtags.conf. Because
o To keep upper compatibility
o Not to cause unnecessary confusion
I attached a dynamic loader patch for 'libparser/parser.c'.
Regards,
Shigio