gsc foo.scm --> foo.o1<br>my system loads in foo (foo.o1)<br>changes to foo.scm; gsc foo.scm -> foo.o2<br>when I try to reload foo (foo.o2), it complains that it can't load an object file twice<br><br>is there some way I can unload foo.o1 ?<br>
<br>Thanks!<br>