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 the manual says).
If you want to link fully statically you can add "-L -static" to
make your intentions known to the OS linker, as well.
Cheers,
Peter