help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build Octave Debug for Windows


From: Stefan Pofahl
Subject: Build Octave Debug for Windows
Date: Mon, 8 Jun 2020 15:37:39 +0200

Hi,

I fail to build MXE-Octave with the proposed options specified here:

Trouble maker is the option: --enable-address-sanitizer-flags

The command:
configure FFLAGS=-g CFLAGS=-g CXXFLAGS=-g --enable-address-sanitizer-flags –prefix=/opt/dbg-octave
gives the warning message:
unrecognized options: --enable-address-sanitizer-flags
What I did under Ubuntu 20.04 to correct this, was the following:
sudo apt-get update
sudo apt-get install libasan5-amd64-cross
And I set the environment variable "ASAN_OPTIONS" as follows:

export ASAN_OPTIONS=symbolize=1


Has someone an idea what to do?

Attached a start for a HowTo-Do document.

Regards,

Stefan

--
Stefan Pofahl
Zollgasse 5
8020 Graz
Österreich
Tel.: +43 (316) 33 2001

Attachment: Build Octave under Ubuntu 20.04.odt
Description: application/vnd.oasis.opendocument.text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]