Re: [Chicken-users] Statically Linking Eggs

2015-05-19 Thread Caolan McMahon
I'm also interested in the tooling around statically linked eggs, or at least finding ways to better document the process. I've had mixed results, sometimes it's easy, others it's incredibly painful. If anyone has ideas on how to improve this I'd be willing to help out. On 19 May 2015 at 06:18,

Re: [Chicken-users] libsvm

2015-05-19 Thread Daishi Kato
Thanks to Mario, I uploaded the modified version at: https://code.call-cc.org/svn/chicken-eggs/release/4/libsvm/branches/using-gc/ Best, Daishi On Mon, 18 May 2015 21:19:18 +0900, Christian Kellermann wrote: Daishi Kato dai...@axlight.com writes: I haven't been following chicken

[Chicken-users] openssl egg segfauls: ##sys#expand-home-path

2015-05-19 Thread Kristian Lein-Mathisen
Hi guys, It's been way too long! I'm running CHICKEN 4.9.0.1 and the openssl-egg segfaults at ssl-load-certificate-chain! and friends. I have two patches/suggestions: - remove home path expansion - use the pathname-expand egg I need either of these patches to make openssl not segfault on my

Re: [Chicken-users] Statically Linking Eggs

2015-05-19 Thread Nick Andryshak
Caolan McMahon writes: I'm also interested in the tooling around statically linked eggs, or at least finding ways to better document the process. I've had mixed results, sometimes it's easy, others it's incredibly painful. If anyone has ideas on how to improve this I'd be willing to help

Re: [Chicken-users] openssl egg segfauls: ##sys#expand-home-path

2015-05-19 Thread Thomas Chust
On 2015-05-19 13:35, Kristian Lein-Mathisen wrote: [...] It's been way too long! I'm running CHICKEN 4.9.0.1 and the openssl-egg segfaults at ssl-load-certificate-chain! and friends. I have two patches/suggestions: - remove home path expansion - use the pathname-expand egg [...] Hello,

Re: [Chicken-users] Statically Linking Eggs

2015-05-19 Thread Nick Andryshak
Evan Hanson writes: 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