A common problem I'm recently having is:<br><br>foo.scm <-- contais c-define-type<br>--> compiles to foo.o1<br><br>Some other code says (load "foo")<br><br>Now, something changes (mostly a git thing) and foo.scm 's timestamp changed, and my code compalins taht c-define-type can't be used in interpreted mode.<br>
<br>Is there a gambit command for "recompile this if out of date, with options XYZ"?<br><br>Thanks!<br>