> I don't this is possible without building guile using --without-threads > argument to configure. Otherwise, the mutl-threaded gc is included.
Good to know, thanks. I'll have to figure out a way to use clone+exec safely, then (calling process is multi-threaded), probably by writing an extension in C. - reepca