help-octave
[Top][All Lists]
Advanced

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

Re: octave 4.1.0+ w/ clang-3.8


From: Mike Miller
Subject: Re: octave 4.1.0+ w/ clang-3.8
Date: Mon, 20 Jun 2016 13:02:02 -0700
User-agent: Mutt/1.6.0 (2016-04-01)

On Mon, Jun 20, 2016 at 14:57:50 -0500, Dmitri A. Sergatskov wrote:
> I could not get clang++ to issue c++11 abis. I tried clang++ -std=c++11
> but it did not make any difference.

The -std option only affects the language parser and library features,
not which binary ABI is used.

Did you try either of

  CPPFLAGS="-D_GLIBCXX_USE_CXX11_ABI=1"

or

  CXX="clang++ -D_GLIBCXX_USE_CXX11_ABI=1"

Or possibly rebuild the GraphicsMagick libraries from source using
clang?

-- 
mike



reply via email to

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