<div>
                    Hi,
                </div><div><br></div><div>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?</div><div><br></div><div>This illustrates my problem:</div><div><br></div><div><div>$ cat t.scm</div><div>(write compile-file)</div><div>$ gsc -exe t.scm</div><div>*** WARNING -- "compile-file" is not defined,</div><div>***            referenced in: ("/Users/per/prog/gambit/blackhole/tmp/t.c")</div><div>$ ./t</div><div>#!unbound</div></div>
                <div><div><br></div><div>Thanks,</div><div><br></div><div>Per Eckerdal</div><div><br></div></div>