Re: [racket] Automatically include external dynamic libraries into distribution

2011-03-28 Thread Matthew Flatt
At Mon, 28 Mar 2011 11:35:09 +0100, Erich Rast wrote: > Is there a way to automatically include all dynamic libraries used into > a distribution? -- i.e. some option to create a distribution that is > guaranteed to be self-contained? > > [...] > > Or does "create distribution" already do this for m

[racket] Automatically include external dynamic libraries into distribution

2011-03-28 Thread Erich Rast
Hi all, Is there a way to automatically include all dynamic libraries used into a distribution? -- i.e. some option to create a distribution that is guaranteed to be self-contained? I know that this conflicts with the idea of having dynamic libraries in the first place but sometimes it is needed.