From: Robert Klemme Date: 2005-03-17T23:59:46+09:00 Subject: Re: Maximum stack depth "Glenn Parker" schrieb im Newsbeitrag news:42399214.4030404@comcast.net... > It would be useful to have a Ruby command-line option to specify a > larger limit on stack depth. I can't find any obvious way, short of > manipulating the source, to do this. I had this problem a while ago. But since the ruby stack is the C stack you can only increase stack size during compilation with a compiler / linker flag. Kind regards robert