On 2013/03/21 11:03, Taylan Ulrich B. wrote: > I'm a GNU Guile 2.0 user, whose latest versions require latest > versions of the Boehm garbage collector. This uses the functions > pthread_suspend_np and pthread_resume_np, when built on OpenBSD, which > don't exist in rthreads.
the current boehm-gc port works with rthreads, best way forward is probably to update that to a newer version, maintaining the patches that we have. perhaps the uthread workarounds that we used to have in the port got committed upstream and now need to be reverted?
