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: Fri, 20 May 2011 11:37:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Mon 02 May 2011 08:20, Marco Maggi <address@hidden> writes:

> Andy Wingo wrote:
>>> stack size              (kbytes, -s) 8192
>>
>> This  should be  quite  large enough.   If  you are  still
>> interested  in   debugging  this  issue,   can  you  "call
>> scm_stack_report ()" in gdb from the scm_ithrow?
>
> Breakpoint 1, 0xb7f4fa80 in scm_ithrow ()
>    from 
> /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
> (gdb) call scm_stack_report()
> fffffd7c of stack: 0xbfffe268 - 0xbfffe008

Thanks.  You seem to be running on system in which the stack grows up.
Is that the case?  Check libguile/scmconfig.h and config.log.

You mention in your original report:

      In the stable-2.0 branch I do:

    $ git clean -dxf
    $ ./autogen.sh
    $ ./configure \
        --prefix=3D/usr/local \
        --enable-shared --disable-static \
        CFLAGS=3D'-O3 -march=3Di686 -mtune=3Di686'

Are the "3D" things an artifact of some mailing list encoding thing, or
are they a mis-paste?

Andy
-- 
http://wingolog.org/



reply via email to

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