octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45230] Failed to build packages: control, gen


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45230] Failed to build packages: control, general, image with g++5.1
Date: Mon, 01 Jun 2015 21:51:26 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0

Update of bug #45230 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. I believe the errors you are seeing are due to the
recent C++ ABI change in gcc, see
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html.

Try building Octave and/or Octave Forge packages with the 
_GLIBCXX_USE_CXX11_ABI macro set to 0. For example I now build Octave with


$ ../configure CPPFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 ...


This is stored in Octave and passed along to subsequent builds of oct-files
using mkoctfile or pkg install. I do not have the undefined symbol errors you
are seeing with this macro defined.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45230>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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