Roger Mc Murtrie <[EMAIL PROTECTED]> writes: > <unnamed port>: In expression (car spec): > <unnamed port>: Stack overflow > guile --user-srfi=1,10 fails to run > FAIL: test-use-srfi
In eval.c, can you look for this line: { SCM_OPTION_INTEGER, "stack", 20000, "Stack size limit (measured in words; 0 = no check)." }, and try doubling the 20000. If that works, can you tell us what sizeof(long) is on your OS? (I'm hoping the answer will be 4.) Thanks, Neil