Re: [Chicken-users] Statically compiling with additional eggs in Chicken 5

2019-05-08 Thread Peter Bex
On Tue, May 07, 2019 at 01:06:09PM -0700, Jeff Moon wrote: > I'm using chicken 5.0.0. I've used it to create a handful of apps that I > have distributed as static binaries, and it seems to be working very well. > However, when I try to include certain eggs, the static builds do not seem > to

Re: [Chicken-users] Statically compiling with additional eggs in Chicken 5

2019-05-07 Thread Vasilij Schneidermann
Hey Jeff, > I'm wondering if anybody has gotten static compiles to work with any > of the following eggs: postgresql, sqlite3, or sql-de-lite? The difference between these eggs and everything else are foreign dependencies they link against. Normally you'd link against a shared library provided

[Chicken-users] Statically compiling with additional eggs in Chicken 5

2019-05-07 Thread Jeff Moon
I'm using chicken 5.0.0. I've used it to create a handful of apps that I have distributed as static binaries, and it seems to be working very well. However, when I try to include certain eggs, the static builds do not seem to work. I'm wondering if anybody has gotten static compiles to work with