Hi, "Maciek Godek" <[EMAIL PROTECTED]> writes:
> recently I've compiled guile on mingw32, but I can't > get it running. When I try to do so, I get the following error: > > ERROR: In procedure primitive-load-path: > ERROR: Unable to find file "ice-9/boot-9.scm" in load path > > and the program exits > > boot-9.scm is located in > /usr/share/guile/1.8/ice-9 You can help Guile by setting the `GUILE_LOAD_PATH' environment variable to `/usr/share/guile/1.8/'. Then you can start Guile and look at the value of the `%load-path' variable so see what paths it contains in addition to this one. Thanks, Ludovic.