I have been trying to get sqlite3-ruby going under cygwin (XP 32-bit). I
have had ruby-cygwin installed for a while (ruby 1.8.7 (2012-02-08
patchlevel 358) [i386-cygwin]), and it seems to work fine from bash and
.rb scripts. There is no libsqlite3-ruby package in the cygwin package
manager, so looking at this post, http://www.theeggeadventure.com/wikimedia/index.php/Sqlite_ruby_cygwin
I tried to instal it with gem,
gem install sqlite3-ruby
but I get an error,
-bash: gem: command not found
There seem to be a number of posts on this, but nothing definitive. Is
there a prescribed method to get this working?