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