Re: debian squeeze/sid - guile-master-20100617 fails

2010-08-18 Thread Mark H Weaver
Reviving an old thread... Recall that David Pirotte had trouble linking libguile-2.0.so because -lffi was not included in the link command, despite the fact that `pkg-config --libs libffi' did the right thing. I ran into the same problem trying to build guile on gNewSense/mipsel. In my case, the

Re: Updated Guile Tutorial

2010-08-18 Thread Andy Wingo
Hi, Looking over some old mails... On Sun 20 Sep 2009 09:35, Neil Jerram writes: > Daniel Kraft writes: > >> here's the promised revised version of my Guile tutorial; > > I've now added this to the Guile web pages, and linked to it from > http://www.gnu.org/software/guile/docs/docs.html. Sorr

Re: Some Small Patches

2010-08-18 Thread Andy Wingo
Hi Noah, On Sun 18 Jul 2010 18:55, Noah Lavine writes: > More generally though, I'd like to ask what to do with small things > like this, because I haven't seen them on the list much. Should I send > them all to guile-devel? Here is the right place. > Subject: [PATCH 1/3] Explain objcode SCM >

Re: Storing JIT Code

2010-08-18 Thread Andy Wingo
Hi Noah, On Sun 18 Jul 2010 19:01, Noah Lavine writes: > Attached are some patches I made for storing JIT code associated with > objcode objects. These are based on some threads a few weeks ago in > which we discussed how to handle JIT code, with the eventual goal of > adding a JIT compiler to G