This is the mail archive of the guile@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: HELP: Modules and dlopen


> My sybase code does this, already, I guess it would benefit from some
> comments.  Everything you need has the string _init() in it.  The

Thanks. I reckoned that was what you were doing, but I didn't grock the
bit about naming the module init function scm_init_xxx_yyy_module when
the library is somewhere/xxx/libyyy.so and I couldn't figure out how
anything could find the entry-point!

That's great, it works now. I'll put a copy up somewhere for inspection
when I've tidied it up: the build process is totally gross.

Thanks for the help.

Ian