Re: Specifying private repository path for compiled executables

Peter Bex via Chicken-users <[email protected]> Thu, 4 Dec 2025 12:12:54 +0600
Newsgroups gmane.lisp.scheme.chicken
Message-ID <aTEmZpj3JMLLp6Y8@doggett>
On Thu, Dec 04, 2025 at 07:08:01AM +0100, Kristian Lein-Mathisen wrote:
> Hi Peter,
> 
> Are we talking about the csc -static option? Doesn't this only link all
> eggs statically, and not their foreign dependencies (libc, libsqlite3 etc)?

Good point.  I was implicitly assuming we were talking fully static
builds (ie, with -static -L -static).

> From what I gather, even if you do csc -static, you'll get system updates
> for foreign dependencies. Just not any automatic egg updates.

I think you're right there.

@Alexey: Maybe this an acceptable solution for you after all?

Cheers,
Peter