scm_init_guile when null threads

2006-03-31 Thread Oleg Parashchenko
s, I found the same issue for FreeBSD. As I understand, the function scm_init_guile indeed isn't available with null threads. Are there any workarounds? Quick and dirty temporary fixes are ok. Thank you. -- Oleg Parashchenko olpa@ http://xmlhack.ru/ XML news in Russian http://

Re: scm_init_guile when null threads

2006-04-01 Thread Oleg Parashchenko
Hello Nail, On Sat, 01 Apr 2006 10:01:10 +0100 Neil Jerram <[EMAIL PROTECTED]> wrote: > Oleg Parashchenko <[EMAIL PROTECTED]> writes: > > > Hello, > > > > I'm trying to compile a program which uses libguile 1.8.0 under > > Windows under MinGW. Th

Re: scm_init_guile when null threads

2006-04-02 Thread Oleg Parashchenko
tches back to the program. The code needs some Guile and calls scm_with_guile again (stack base "B"). The question: does garbage collector work correctly, not missing the Scheme values between "A" and "B"? > > Ken -- Oleg Parashchenko olpa@ http://xmlhack