Date: Wed, 14 Jul 2010 13:34:08 +0400
   From: zonick <[email protected]>

   I am build mit-scheme-c-9.0.1

   [...]
   *;Unspecified return value*

   1 ]=>
   End of input stream reached.
   Happy Happy Joy Joy.
   rm -rf boot-root
   rm -f stamp_*
   root'Fly:/export/obj/mit-scheme/mit-scheme-c-9.0.1/src#    make install

   ok!

   But how about "*Unspecified return value"* ? It's right ?*

Yes.  That's just a message the REPL prints when the expression one
typed (or, in this case, the expression a build script `typed')
returned a value that one is not supposed to use.  One gets the same
result if one evaluates, say, (SET-CAR! (CONS 5 3) 1) at the REPL.  In
this case, the procedure DISK-SAVE returned an unspecified value.

_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to