This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to use-modules .so files?


forcer <forcer@forcix.roof.lan> writes:

> After a
> 
> (link-dynamic-module "/usr/share/guile/database/squile.so"
>                      "scm_init_database_squile_module")

You should name your library "libsquile.so".  Then Guile will be able
to find it.

- Marius

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]