[email protected] writes:
> Suppose I have a multithreaded C program. Isn't the guile environment supposed
> to be shared amongst all threads ? That's what I understood from reading the
> docs anyway.
>
> Yet this simple exemple shows the opposite (see the 3 attached files).
> So am I supposed to source my global scheme definitions in all threads ?
Hm. I think I recall a bug to do with different threads starting in
different modules. Does it work if you add
(define-module (guile-user))
at the start of your bug.scm ?
Neil