Hi, Klaus Schilling <[EMAIL PROTECTED]> 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. _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
