On Wed 13 Apr 2011 13:42, Marco Maggi <[email protected]> writes:

> Marco Maggi wrote:
>>   I still get the Stack overflow problem though with the
>> stable-2.0 branch.
>>
>>   Snapshot  guile-2.0.0.179-c89b.tar.gz  builds successfully
>> if I  use the "--without-threads"  option, but fails  in the
>> same way when I do not use the option.
>
>   It looks like it is the  darn CFLAGS variable: if I set it
> on the command line of "configure" I get the overflow error,
> if  I leave  it alone  everything goes.   It should  be user
> configurable, as a de facto standard.

Interesting.  It seems that -O3 is consuming more C stack space than
with the default -O2.  What does your `ulimit -a' print out?  Usually we
set a stack limit according to some percentage of the rlimits.

Andy
-- 
http://wingolog.org/

Reply via email to