unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* statically build extensions and modules
@ 2007-09-27 17:00 Klaus Schilling
  2007-09-27 20:56 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Schilling @ 2007-09-27 17:00 UTC (permalink / raw)
  To: guile-user

How does one make statically built extensions visible in
modules? 

Klaus Schilling


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: statically build extensions and modules
  2007-09-27 17:00 statically build extensions and modules Klaus Schilling
@ 2007-09-27 20:56 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2007-09-27 20:56 UTC (permalink / raw)
  To: guile-user

Hi,

Klaus Schilling <schilling.klaus@web.de> 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
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-27 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 17:00 statically build extensions and modules Klaus Schilling
2007-09-27 20:56 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).