chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Issue when linking statically


From: Evan Hanson
Subject: Re: [Chicken-users] Issue when linking statically
Date: Wed, 30 Jan 2019 12:19:34 +1300

On 2019-01-29 10:51, Jörg F. Wittenberger wrote:
> On Jan 28 2019, Evan Hanson wrote:
> >  http://wiki.call-cc.org/man/5/Egg%20specification%20format#linkage
> 
> This claims "This property only makes sense for extension libraries."
> whereas the snippet came from the .egg file for the resulting program.

Ah, right. In that case you probably need to include -L -static in the
csc options as well, for a fully-static executable. The "normal" -static
flag only affects linkage for the CHICKEN libraries and extensions.



reply via email to

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