I can't seem to get gem install charlock_holmes -v 0.6.9.4
to work.
I can hand edit the ./ext/charlock_holmes/extconf.rb
and includ
$INCFLAGS << " -I/usr/local/include "
$LDFLAGS << " -L/usr/local/lib "
execute make
cleanly and re-write the spec file via
gem spec ../../cache/charlock_holmes-0.6.9.4.gem --ruby > ../../specifications/charlock_holmes-0.6.9.4.gemspec
and make it a local gem.
- How do I get the gem to install?
- There must be a better way to append what amounts to
CPPFLAGS
andLDFLAGS
to the gem install.