> I have recompiled latest grass6_devel using the
> configuration copy-pasted in [2].
....
> [2] CFLAGS="-g -Wall -O0" LDFLAGS="-s" ./configure \
Hamish:
LDFLAGS="-s" strips out the debugging messages from the final
code to make smaller binaries. Not wanted here.
also you can proably just leave out -O0.
Both removed [1]. Recompiling now...
> --enable-debug \
I don't see anything about that listed in
./configure --help | less
so I don't think it actually does anything.
Hmmm... right. There is no description of it.
Probably "-g" and "--enable-debugging" are doing the same job (!?).
Maybe add that piece of info in grass-source/doc/debugging.txt?
...
I also tried without "-Wall". Again the same results (!?).