[plt-scheme] independant compiles

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Dec 1 12:57:15 EST 2005

At Thu, 1 Dec 2005 10:32:31 -0600, Corey Sweeney wrote:
> So I make addtest2.scm with:
> (module decoy-module-wrapper mzscheme
> (display (+ 2 (read))))
> 
> then:
> mzc version 299.406, Copyright (c) 2004-2005 PLT Scheme Inc.
> Gives:
> load-handler: expected a `module' declaration for `addtest2' in
> #<path:/usr/local/home/corey/what-stage-3-should-i-usep-dir/addtest2.ss>,
> found: decoy-module-wrapper
> 
> What do I do to make a executable?

Renaming your module to `addtest2' instead of `decoy-module-wrapper'
should fix the problem.

Matthew



Posted on the users mailing list.