[plt-scheme] Re: Storage of PlaneT packages

From: Jonathan I Rafkind (workmin at ccs.neu.edu)
Date: Sun Aug 19 18:20:00 EDT 2007

> > Thanks for all the replies. Followup question - when I distribute an
> > application written in PLT, how can I attach all the PlaneT packages
> > it uses?
> 
> The easiest way is to use DrScheme's "Create Executable" menu item or
> `mzc --exe' plus `mzc --exe-dir'. Either way, the bytecode for all used
> libraries is included in the resulting distribution package.

FYI, I had to use some extra options to collect native libaries due to some path issue. See the bottom of the FAQ for the Allegro planet module.

http://www.rafkind.com/jon/allegro-scheme/docs/2/2/allegro-Z-H-9.html#node_chap_8


Posted on the users mailing list.