bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-2.0.0 fails to build without threads


From: Andy Wingo
Subject: Re: guile-2.0.0 fails to build without threads
Date: Wed, 13 Apr 2011 14:26:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Wed 13 Apr 2011 13:42, Marco Maggi <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]