From: Charles Roper Date: 2007-04-24T02:47:12+09:00 Subject: Re: Installing Ruby, Sqlite3, Sqlite3-Ruby on Cygwin Phillip Gawlowski wrote: > Charles Roper wrote: >> ruby extconf.rb install sqlite3-ruby-1.2.1.gem >> checking for sqlite3.h... no > > This line is a good hint: You don't have the SQLite3 sources available > for compilation. Thanks for the reply Phillip. I don't understand why the sources aren't available. I've followed the instructions posted originally (http://www.ruby-forum.com/topic/99227#211996) and I'm running my gem install sqlite3-ruby from the bld directory where all of the sources appear to reside, including sqlite3.h. So I'm a bit lost as to what to try next. Charles -- Posted via http://www.ruby-forum.com/.