Howdy - I'm making a a GUI for a ruby program that I've written which uses the GNU Scientific Libraries (GSL) with ruby-gsl bindings. Normally, I am able to get acces to the GSL and bindings by doing
require "gsl" When I try to include this in a Shoes.app block, I get "no such file to load -- gsl". Does anyone know how I would get this to work properly? Thanks Chris
