Hi,
the option:
"
--enable-address-sanitizer-flag"
is proposed here:
this was the reason ...
Meanwhile I have figured out, how I can pass this option to the compiler, it worked for me with:
"
CPPFLAGS=-fsanitize=address"
At the end I have used a mixture from the proposed configuration by Markus and
The full configure command was:
/home/spofahl/hg/mxe-octave/configure FFLAGS=-g CFLAGS=-g
CXXFLAGS=-g CPPFLAGS=-fsanitize=address --prefix=/opt/dbg-octave
--enable-devel-tools --disable-strip-dist-files --enable-windows-64
--enable-octave=release --enable-binary-packages
-with-pkg-dir=/home/spofahl/hg/mxe-octave-pkg
I invoked this command in the build directory (outside of: "
/home/spofahl/hg/mxe-octave") as proposed on the abovementioned
internet-site. And I am open to compile once more with further optimized configuration options for the purpose of debugging.
I am looking for a place to upload my debug-Octave-Build for others, has someone web-space where I can upload this
archive-file of 1GB?
Regards,
Stefan