Hey,<br><br>I have a module I'm trying to compile which requires another which requires another which:<br>(require (only (lib "time.ss" "srfi" "19")<br> current-date<br> date->string
<br> date-week-number<br> string->date))<br><br>It compiles fine with "mzc --gui-exe srl gui.ss". When I run "./srl," however, I get this:<br>collection-path: collection not found: "srfi" in any of: ()
<br><br> === 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>