On Sun, Sep 15, 2013 at 2:28 PM, Martin Landa <[email protected]> wrote: >> Any hints? I'm the only one that have this problem? >> I did the distclean and recompile everything but the error is still there... >> I'm running 64bit Linux. > > I cannot reproduce this problem (Debian GNU/Linux unstable 64bit). > Probably more detailed info (gdb output) will be needed to solve this > issue.
Changing the CFLAGS from: CFLAGS="-Ofast -march=native -mfpmath=sse -flto -funroll-loops" to: CFLAGS="-ggdb -Wall -Werror-implicit-function-declaration" now it is working... so it seems like the compiler over-optimize something... :-) Sorry for the noise. Pietro _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
