[plt-scheme] MZC and SRFI?
Hey,
I have a module I'm trying to compile which requires another which requires
another which:
(require (only (lib "time.ss" "srfi" "19")
current-date
date->string
date-week-number
string->date))
It compiles fine with "mzc --gui-exe srl gui.ss". When I run "./srl,"
however, I get this:
collection-path: collection not found: "srfi" in any of: ()
=== context ===
cloop
#f::351: loop
The program runs fine when interpreted.
Is this WAD, a bug, or my fault?
Thanks,
Greg
P.S. Gentoo x86, with PLT Scheme 360.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20061204/62cd0852/attachment.html>