Hi, Stanislav Ievlev <[EMAIL PROTECTED]> writes:
> On Tue, Oct 10, 2006 at 10:23:31AM +0200, Ludovic Court?s wrote: >> Hi, >> >> Stanislav Ievlev <[EMAIL PROTECTED]> writes: >> >> > <unnamed port>: In expression (vector-length syntmp-x-1008): >> > <unnamed port>: Stack overflow >> >> Did you compile with `-O0'? If so, make sure you compile at least with >> `-O1'. > You have problems with optimization disabled? Personally, no. ;-) But Guile eats up a lot of stack space when compiled with `-O0', to the point that you can't get to the REPL (with the default stack limit), hence my suggestion to use `-O1'. > However, guile does not build with glibc >=2.4 when -D_FORTIFY_SOURCE=2 is > added to CFLAGS: I was unaware of that flag. Is it documented somewhere? Thanks, Ludovic. _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
