Hey,<br><br>I have a module I'm trying to compile which requires another which requires another which:<br>(require (only (lib &quot;time.ss&quot; &quot;srfi&quot; &quot;19&quot;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; current-date<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; date-&gt;string
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; date-week-number<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string-&gt;date))<br><br>It compiles fine with &quot;mzc --gui-exe srl gui.ss&quot;. When I run &quot;./srl,&quot; however, I get this:<br>collection-path: collection not found: &quot;srfi&quot; in any of: ()
<br><br>&nbsp;=== context ===<br>cloop<br>#f::351: loop<br><br>The program runs fine when interpreted.<br><br>Is this WAD, a bug, or my fault?<br><br>Thanks,<br>Greg<br><br>P.S. Gentoo x86, with PLT Scheme 360.<br>