[plt-scheme] Help with using Ikarus R6RS SRFI libraries with PLT-4.1.4.3 on Linux and Windows

From: Grant Rettke (grettke at acm.org)
Date: Sun Mar 8 12:29:17 EDT 2009

On Sun, Mar 8, 2009 at 11:23 AM, Jens Axel Soegaard
<jensaxel at soegaard.net> wrote:
> Did it give a different error? Or the same?

Here is how it looked the first, and then the second time:

grettke at stargate:~$ default-load-handler: cannot open input file:
"/home/grettke/collects/srfi/1.ss" (No such file or directory;
errno=2)

When I link 1.ss to 1.sls I get:

grettke at stargate:~/collects/srfi$ ln -s 1.sls 1.ss
grettke at stargate:~/collects/srfi$ drscheme&
[1] 11253
grettke at stargate:~/collects/srfi$ standard-module-name-resolver: cycle
in loading at #<path:/home/grettke/collects/srfi/1.ss>:
(#<path:/home/grettke/collects/srfi/1.ss>
#<path:/home/grettke/collects/srfi/%3a1/lists.sls>
#<path:/home/grettke/collects/srfi/1.ss>)


Posted on the users mailing list.