guile-user
[Top][All Lists]
Advanced

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

Re: Guile 1.8.2 install problem on GNU/Linux


From: Ludovic Courtès
Subject: Re: Guile 1.8.2 install problem on GNU/Linux
Date: Mon, 06 Aug 2007 22:53:18 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

"Tom Szilagyi" <address@hidden> writes:

> On 8/6/07, Jon Wilson <address@hidden> wrote:
>> Hi Tom,
>> Make sure that gcc gets the flag -O2.  This looks like the error I got
>> when I lacked that flag.
>
> Thanks! That did the trick. (-:

The thing is, without `-O2', the evaluator eats up too much stack space
for the REPL to come up (another way to work around this would be to
"(debug-set! stack 1000000)" or similar but it's highly recommended to
build with `-O2' anyway.)

Thanks,
Ludovic.





reply via email to

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