[plt-scheme] PlaneT, plts and distributing software.

From: Yoav Goldberg (yoav.goldberg at gmail.com)
Date: Tue Oct 25 20:02:00 EDT 2005

> > While we're at it, I think it will also be extremly usefull to add the
> > <path-of-main-file>/collects to the
> > current-library-collection-paths[2] list, as a default,
> Isn't that already the case? After "PLTHOME/collects", MzScheme tries
> "collects", then "../collects", then "../../collects", and then
> "../../../collects". (The last one makes sense Mac OS GUI programs.)
Not really (or at least, it doesn't work this way). It seem to try
"./collects" etc, but relative to the MzScheme executable, which is
not what I meant. I want it to be relative to the main Scheme file I'm
currently running (the one supplied with -f or one of the others to
MzScheme, or the one I just "run" from DrScheme).


Yoav


Posted on the users mailing list.