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: Thread test code?


karlheg@inetarena.com (Karl M. Hegbloom) writes:

>  Does anyone have any code that shows how to use threads in Guile
> scheme?  I would like to test my build, and also to see how to make
> threads.

I have no test code.  And I have no time now to prepare such code.

>  I've got a Debian GNU/Linux package almost all ready to ship, of a
> recent guile snapshot.  I am trying to determine whether it will be ok
> to ship with thread support compiled in.  It needs to work with
> `gnome-guile' and `scwm'.

It should be OK.  I've used threads for several years now without
problems.  My applications use them.  The most recent snapshot of
guile-tcltk also uses threads internally (when linked with a threaded
libguile).

The Debian package should most definitely be compiled with threads
enabled.

/mdj