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.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to