chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Statically Linking Eggs


From: Evan Hanson
Subject: Re: [Chicken-users] Statically Linking Eggs
Date: Tue, 19 May 2015 17:18:42 +1200

Hi Nick,

On 2015-05-18  9:12, Nick Andryshak wrote:
> Would it be feasible to make my own object files for eggs that don't
> include them by using chicken-install -retrieve, and then compiling the
> sources?

Yes, and it's straightforward to do for most extensions -- I've used
this approach for a few projects myself -- but it requires manually
compiling every single dependency in turn so the task balloons very
quickly unless you consciously avoid using eggs with many dependencies.

Evan



reply via email to

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