One other thing, what files should i install as examples? 
The current packaging says
examples/*
misc/bench.tgz
misc/syntax-case.scm

Is there anything that needs adding? (i know syntax-case is gone)


On Sun, Jan 12, 2014 at 6:10 PM, Jackson Doak <noskcaj@ubuntu.com> wrote:
Thanks for all your help, i should be able to have this packaged soon. 
I always get forced to run --disable-absolute-shared-libs as well, why is this?


On Sun, Jan 12, 2014 at 3:25 PM, Marc Feeley <feeley@iro.umontreal.ca> wrote:

On Jan 7, 2014, at 12:47 AM, Jackson Doak <noskcaj@ubuntu.com> wrote:

> I'm trying to adopt it, but we need a way to fully enable versioned shlibs before it's fit for debian. I have 4.2.9 sitting in debian mentors waiting for upload, but any more needs a new patch.

I’ve just pushed a commit to the repo which adds support for versioned shared libraries.  You’ll need to pass the following options to the configure script:

  ./configure --enable-shared --enable-versioned-shared-libs

and possibly --enable-single-host .

Marc