From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Mon, 7 Jan 2008 10:00:18 +0000 From: prem Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [9fans] ruby port 1.8.1 ready to use Topicbox-Message-UUID: 27c683e4-ead3-11e9-9d60-3106f5b1d025 Hi All, I have seen some posts asking if there is ruby port for plan9. Here is one (apologies if this is already posted) ------------------ fetching and building ------------------ % hget http://www1.plala.or.jp/anraku/ruby-1.8.1-plan9.tar.gz | gnuzip | tar x % cd ruby-1.8.1-plan9 % ape/psh # CFLAGS='-D_BSD_EXTENSION -D_LIMITS_EXTENSION' \ ./configure --prefix=$home --bindir=$home/bin/$objtype --libdir= $home/lib --build=i386 # make # make install # exit % ruby -v ruby 1.8.1 (2003-12-25) [i386-none]