[plt-scheme] Executables

From: Dor Kleiman (dor at ntr.co.il)
Date: Wed Nov 5 09:10:09 EST 2003

All I want is to create the executable for a machine with no PLT scheme, but when I use the executable there, (and I copied the dlls that appear in the manual), it looks for the collection. I understand that, but I want it not to look for the collection as that machine is not supposed to have PLT scheme installed and therefore I don't want it to have to have it.

-----Original Message-----
From: Noel Welsh [mailto:noelwelsh at yahoo.com]
Sent: Tuesday, November 04, 2003 11:14 AM
To: Dor Kleiman; PLT-scheme mailing-list (E-mail)
Subject: Re: [plt-scheme] Executables


--- Dor Kleiman <dor at ntr.co.il> wrote:
> But it says (after copying the neccessary dlls, of
> course):
> standard-module-name-resolver: collection not found:
> "mzlib" in any of: ("C:\\Documents and
> Settings\\eran\\Application Data\\PLT
> Scheme\\205\\collects")
> reference to undefined identifier:
> graphical-read-eval-print-loop 
> [Exited]

The directory above is where user installed
collections go by default.  It appears your copy of
PLT Scheme is looking for a collection it can't find. 
Since the collection is mzlib, the core collection
distributed with PLT Scheme, I'm guessing you haven't
installed PLT Scheme correctly.  You say you've copied
over the "necessary dlls" but that may not be enough.

Noel

=====
Email: noelwelsh <at> yahoo <dot> com
Jabber: noelw <at> jabber <dot> org

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


Posted on the users mailing list.