On 5/17/07, bwv549 <jtprince at gmail.com> wrote:> It compiles happily, says it is install on the system: > make install > make: Nothing to be done for `install''. > > make clean<snip> There''s your trouble. There was a bug in RubyGems (which has since been fixed) that caused it to immediately clobber compiled extensions ("make clean") after it finished building them. Update to the latest RubyGems and you should be good to go.