sbclでのコンパイルについて教えて下さい。
以下の方法でSBCL 1.0.40.0.debianでは動いていたはずなのですが、
SBCL 1.0.50.0.debianではエラーが出てしまいます。
メモリが少ないために小分けで何万回と実行する予定ですので
コンパイル済みのバイナリとしたいのです。
どうすれば良いでしょうか?よろしくお願い致します。

hell.lisp:
(print "HELL!")

$ sbcl --noinform --disable-debugger --eval "(compile-file \"hell.lisp\")" --eval '(quit)'

; compiling file "/.../hell.lisp" (written 17 FEB 2012 XX:XX:XX AM):
; compiling (PRINT "HELL!")

; /.../hell.fasl written
; compilation finished in 0:00:00.003

$ chmod +x hell.fasl
$ ./hell.fasl
unhandled SB-C::INPUT-ERROR-IN-COMPILE-FILE in thread #<SB-THREAD:THREAD
"initial thread" RUNNING
{AA65919}>:
READ failure in COMPILE-FILE:
SB-INT:SIMPLE-READER-ERROR at 27 (line 2, column 2) on #<SB-SYS:FD-STREAM
for "file /.../hell.fasl"
{AA697D9}>:
illegal sharp macro character: #\