Re: More problems with QuantLib-Ruby
Posted by Luigi Ballabio-2 on Nov 01, 2003; 6:12am
URL: http://quantlib.414.s1.nabble.com/More-problems-with-QuantLib-Ruby-tp10416p10417.html
Hi Liguo,
On 2003.10.31 22:54, Liguo Song wrote:
> After upgrading to ruby-1.8.0, I begin to experience a new problem.
>
> In ruby-1.6.*, the host-os is linux, which is what the setup.rb
> expects. But in ruby-1.8.0, the host-os is called linux-gnu, which
> really ruins the day for the setup.rb.
Hmm. Maybe a Red Hat thing---it's still 'linux' in ruby 1.8.0 on
Debian.
It's a small fix anyway---wherever it says
when 'linux'
change it to
when 'linux','linux-gnu'
I already committed it to cvs.
Thanks,
Luigi