Hi,

"Tom Szilagyi" <[EMAIL PROTECTED]> writes:

> On 8/6/07, Jon Wilson <[EMAIL PROTECTED]> 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.



_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to