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

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

[Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X
Date: Fri, 8 Dec 2017 19:39:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #4, bug #52627 (project octave):

Sorry, it's actually a bug with the LLVM project's implementation of the C++
runtime, not the compiler itself. The clang compiler can be configured to
build with either GCC's libstdc++ or with LLVM's own libc++ library.

On GNU/Linux systems the default is to use GCC's libstdc++, and the error does
not occur. On macOS the default is to use clang's own libc++.

One can reproduce this on any operating system by building with
"-stdlib=libc++" added to CXXFLAGS, assuming you have the clang libc++ library
and headers installed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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