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: gtk or sql as module?


Russ McManus wrote:
> 
> Ingo Hohmann <ingo_hohmann@public.uni-hamburg.de> writes:
> 
> > some time ago I downloaded guile-gtk and squile. Both of them are
> > implemented in C and create a new guile executable with their
> > respective new functionality.  But I would like to use sql and gtk
> > at the same time, how is this possible?
> 
> If possible, distributed guile packages should support dynamic loading
> so that you can link in as many modules as you want at run time.  If
> the distributed packages don't support dynamic loading, or your
> platform doesn't, then you will need to build the combined guile
> executable yourself.

guile-gtk does already support dynamicly loading, simply 
(use-modules (gtk gtk)) in your program.