[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: building extensions with libtool
From: |
Thien-Thi Nguyen |
Subject: |
Re: building extensions with libtool |
Date: |
Mon, 27 Feb 2006 18:52:51 -0500 |
From: Aaron VanDevender <address@hidden>
Date: Sun, 26 Feb 2006 15:20:57 -0600
Does anyone have even a sketchy HOWTO or a simple example on how to
write a Makefile.am which builds extensions using libtool?
you can look at how Guile-GDBM, Guile-PG and Guile-SDL do it, developed
from cmod-play, all under dir:
http://www.glug.org/people/ttn/software/
being able to load "libtool modules" directly is a Guile 1.4.x
capability (and build/test/install methodology) that you can probably
pare down to work w/ "extensions". (alternatively, you can formalize
extensions enough to be useful, at which point you will have reinvented
Guile 1.4.x capability.... ;-)
thi