chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: static builds


From: Peter Bex
Subject: Re: static builds
Date: Mon, 21 Dec 2020 13:36:29 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]