El dom, 29-05-2016 a las 08:35 -0600, J. García escribió:
> El dom, 29-05-2016 a las 09:02 +0200, David Haller escribió:
> >
> > Yes, BUT...
> >
> > a) use c++filt / nm -C (see below)
> >
> > b) Won't help unless you actually recompile/emerge openexr with
> > -std=c++11 or -std=gnu++11 (or -std={c,gnu}++14 or greater).
> > reemerging as per default with -std=c++98 or less (what's the
> > default std for c++ in g++?) won't help.
> >
> Nice and informative post(I didn't know nm), I didn't said put
> -std=c++11 in make.conf, or package.env, because, the news[1] item I
> pointed to in my first post says, quote
> "... GCC 5 uses the new C++ ABI by default."
> I also said:
> >
> > ... you might need to rebuild that and make sure(read the log) g++
> > is being called with std=c++11
> So if you are using gcc:5 you don't need to specify the ABI, in the
> portage configuration files, to use the new one.
missed this:
[1]https://www.gentoo.org/support/news-items/2015-10-22-gcc-5-new-c++11
-abi.html