[plt-scheme] standalone exes

From: Grzegorz Chrupała (grzegorz at pithekos.net)
Date: Sat Mar 13 09:16:52 EST 2004

On Sat 13 Mar 2004 14:29, Pedro Pinto wrote:
> 1) I tried to use:
>
>     mzc --exe t.scm
>
> where t.scm is:
>  
>     (module t mzscheme (display "hello"))
>
> And I get:
>
> mzc: expects <file/directory/collection>
> [<file/directory/sub-collection>] ... on the command line, given 0
> arguments

Try:
mzc --exe t.exe t.scm

Cheers,
-- 
Grzegorz Chrupała | http://pithekos.net | grzegorzc at jabber.org
A scholar is just a library's way of making another library.
			   -- Daniel Dennett, Consciousness Explained



Posted on the users mailing list.