I'm not having much luck producing a small working standalone EXE with
Lispworks Pro.  A level 0 or 1 exe works fine but it is 21 megs.
Level 2 and above does not work.  A level 5 EXE is 3 megs.  The
treeshaking process seems to be removing packages that are needed  to
run.  There are a lot of options for the DELIVER function, so I'll
play around with those a bit more to see if I can get it working.

Anthony


On 12/2/06, Anthony Fairchild <[EMAIL PROTECTED]> wrote:
> On 12/2/06, Luke J Crook <[EMAIL PROTECTED]> wrote:
> > Wow. That's a pretty big executable. I guess the complete set of
> > bindings do take up a large amount space. Lispworks Pro allows one to
> > 'shake the tree prior' to building an executable. This should drop all
> > the bindings that are not actually used in the image allowing for a
> > smaller executable. However I don't have the Pro version so I can't try
> > it out. (Anthony? hint hint :) )
>
> I'll see what I can do to produce a small exe in Lispworks Pro.  I
> want to do this for my game anyway.  I'll let you guys know how it
> goes!
>
> Anthony
>
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to