[gambit-list] Generating standalone executables with the compiler's functions
Per Eckerdal
per.eckerdal at gmail.com
Thu Nov 10 14:37:46 EST 2011
Hi,
I'm trying to compile a scheme file that uses Gambit's compiler functions to a standalone executable. Is there any good/obvious way of doing that?
This illustrates my problem:
$ cat t.scm
(write compile-file)
$ gsc -exe t.scm
*** WARNING -- "compile-file" is not defined,
*** referenced in: ("/Users/per/prog/gambit/blackhole/tmp/t.c")
$ ./t
#!unbound
Thanks,
Per Eckerdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20111110/10e3c549/attachment.htm>
More information about the Gambit-list
mailing list