From: Kirill Lisovsky (lisovsky at acm.org) Date: Wed Dec 4 07:37:58 EST 2002 |
|
Hello! I've encountered a problem with 202.5: An attempt to compile a standalone PLT executable which requires _any_ lib fails. Example: For test.ss: #cs(module test mzscheme (require (lib "list.ss")) (display "ok")) mzc --exe test test.ss fails with the error message: resolve-module-path-index: can't resolve "self" with just a relative directory It works fine on an old 200alpha15, however. Any hints? Best regards, Kirill.
Posted on the users mailing list. |
|