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

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

[Octave-bug-tracker] [bug #45549] image-2.4.0 build fails with g++ 5.1 a


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45549] image-2.4.0 build fails with g++ 5.1 after applying the patch 658433
Date: Thu, 16 Jul 2015 14:17:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

Update of bug #45549 (project octave):

                  Status:                    None => Need Info              
                 Release:                   4.0.0 => other                  

    _______________________________________________________

Follow-up Comment #1:

The undefined symbol is using the new C++11 ABI. You probably have a gcc that
compiles to the new ABI by default but your system's libstdc++ is built using
the old ABI.

This is not a bug of the image package but a transition with the compiler
toolchain and the system libraries.

See https://gcc.gnu.org/wiki/Cxx11AbiCompatibility and
https://developerblog.redhat.com/2015/02/05/gcc5-and-the-c11-abi/ for more
information, try compiling with the -D_GLIBCXX_USE_CXX11_ABI=0 option added to
CPPFLAGS or CXXFLAGS.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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