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: modules names, locations, and how to register.


"Marisha Ray & Neil Jerram" <mpriz@dircon.co.uk> writes:

> >;; - Then you can simply write `:use-module (ice-9 gtcltk)' and it
> >;;   will be linked automatically.
> 
> Or is the call to scm_init_ice_9_gtcltk_module() automatically constructed
> by `:use-module (ice-9 gtcltk)' if necessary?

Yes, exactly.  Look for "make-init-name" in ice-9/boot-9.scm.

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