Re: [racket] Compiling Racket bytecode hangs…

2011-03-12 Thread John Clements
On Mar 12, 2011, at 9:09 AM, jenny sun wrote: > Hi, I was trying to compile Racket bytecode to excecutable. However, when I > typed racket parser_rkt.zo, then there was nothing showing but the cursor > kept flashing...What reasons can it be? > btw, I have no source code, but just the compiled o

Re: [racket] Compiling Racket bytecode hangs…

2011-03-12 Thread Matthew Flatt
At Sat, 12 Mar 2011 10:09:23 -0700, jenny sun wrote: > Hi, I was trying to compile Racket bytecode to excecutable. However, when I > typed racket parser_rkt.zo, then there was nothing showing but the cursor > kept flashing...What reasons can it be? In a shell, racket parser_rkt.zo runs "parser_

[racket] Compiling Racket bytecode hangs…

2011-03-12 Thread jenny sun
Hi, I was trying to compile Racket bytecode to excecutable. However, when I typed racket parser_rkt.zo, then there was nothing showing but the cursor kept flashing...What reasons can it be? btw, I have no source code, but just the compiled one. Jenny.