Hi, At Sat, 7 Dec 2002 07:33:36 +0900, Simon Cedric wrote: > The compiled pocketruby seems to work but displays nothing. Just a blank > screen. It may wait your input. Try type p RUBY_VERSION ^Z # <-- type Z pressing Ctrl > if not exist ".\parse.c" byacc ../parse.y > 'byacc' n'est pas reconnu en tant que commande interne You need byacc and sed to compile ruby from source. See GnuWin32 <http://gnuwin32.sourceforge.net/>. -- Nobu Nakada