|
From: Luigi B. <lui...@fa...> - 2003-11-01 14:12:00
|
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 |