[plt-scheme] MZC and SRFI?

From: Greg Johnston (greg.johnston at gmail.com)
Date: Mon Dec 4 22:08:15 EST 2006

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>

Posted on the users mailing list.