[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: statically build extensions and modules
From: |
Ludovic Courtès |
Subject: |
Re: statically build extensions and modules |
Date: |
Thu, 27 Sep 2007 22:56:59 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hi,
Klaus Schilling <address@hidden> writes:
> How does one make statically built extensions visible in
> modules?
You mean C code compiled as a static library? If so, then you have to
link it within `libguile' and somehow make sure its initialization
routine gets called. Libtool can automate this process, but the details
escape me.
Hope this helps,
Ludovic.