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]
