I can succesfully install the gsl library in my home directory, but when I try to install the gsl gem I get a big list of errors that I do not understand. I am wondering if
If you have:
gsl-config --version
) (e.g. in Ubuntu 14.04),Then try https://github.com/siefca/rb-gsl -- it's tweaked for such configuration.
It should also work with Ruby 1.9 and Ruby 2.0.
If you're using bundler to manage gems in a project then put a line in your Gemfile
:
gem 'gsl', :git => 'git://github.com/siefca/rb-gsl'
Cheers!