Hi,
I have been using global (Jason Hood provided binaries) in Windows for C/C++ code base.
Now I am trying to use global + exuberant ctags for C#.
I am able to compile ctags and global using mingw compiler and run it natively.
But when I try to use it for C# code (by setting GTAGSLABEL=ctags), I run into a problem where it is not able to find gtags parser library (I get something like"gtags: cannot open shared object '/usr/local/lib/gtags/
exuberant-ctags.la'"). I am wondering if anybody using similar setup and can share some details.
Also, can someone share their ./configure option for compiling global under Windows? (right now I am using "./configure --with-exuberant-ctags=/c/bin/ctags.exe --disable-gtagscscope --with-included-ltdl --build=x86_64-w64-mingw32".
Thanks