On Tue, 20 Dec 2016 12:33:47 +0200, Paul Irofti wrote: > Hi, > > The new Octave version requires a modern C++ compiler and so I switched > to gcc 4.9. All compiles and seems to be running fine until an exception > is raised, then the program faults. > > This seems to happen on all errors, not just Octave specific errors. > Could this be something we are doing wrong? I have no idea where to > start with investigating this issue. > > Here is a detailed report on the Octave bugtracker > > https://savannah.gnu.org/bugs/index.php?49859 > > any thoughts? Pointers?
I know nothing about Octave, but the issue seems to be that it links to libgcc from base instead of the 4.9 port. > Thanks, > Paul