After downloading and installing exuberant ctags, I get some issues hinting that the ctags shell command isn't corresponding to my newly installed ctags.
Directory_of_Scripts$ ctags
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
Directory_of_Scripts$ ctags -R
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
Apparently the ctags i'm using does not have the option to collect files recursively (-R option) and it wants a file as an argument; the current exuberant ctags, ctags command can be called without parameters/arguments, it will simply act on the current directory.
I really need help here, I just started trying to associate myself with Vim (its very nice btw); and I'm wanting to extend functionality to make it recognize source code better.