Re: static builds

2020-12-21 Thread Peter Bex
On Mon, Dec 21, 2020 at 12:24:10PM +0100, Henrik Holst wrote: > Hi Community > > I am trying to build a static build using the Chicken Scheme compiler. Is > it possible to do? Hi Henrik, This is possible indeed. The -static option will only statically link CHICKEN libraries and extensions (as

static builds

2020-12-21 Thread Henrik Holst
Hi Community I am trying to build a static build using the Chicken Scheme compiler. Is it possible to do? The man page for the Chicken Scheme compiler says: -static-libs Link with static CHICKEN libraries and extensions. I am using Ubuntu 20.04 and Chicken Scheme (there is