[Ecls-list] Huge patches being committed

Marko Kocić marko.kocic at gmail.com
Fri Jun 12 11:03:53 UTC 2009


2009/6/12 Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com>:
> Ok, I found the source for this error. Stack size is now measured in
> units of bytes, but some code had not been upgraded for that. I
> increased the stack limits and fixed src/c/stacks.d Everything seems
> to build now with --enable-debug

The problem is that behaviour is still the same with --disable-debug
and --enable-debug.
--disable-debug still enables debug build.

> BTW, do not use --enable-debug unless you want to debug ECL itself
> with gdb or some other C debugger. This flag does not affect the kind
> of code that ECL generates from lisp sources.

The way gentoo ebuild/econf works is that, if you have debug use flag,
it will call configure either with --enable-debug or --disable-debug,
based on use flag state. In this case, it always enables debugging.

> Juanjo

Thanks,
Marko Kocić




More information about the ecl-devel mailing list