Gentoo Archives: gentoo-dev

From: heroxbd@g.o
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How to support C++11 in libraries?
Date: Thu, 19 Dec 2013 01:45:46
Message-Id: 86ioultxz2.fsf@moguhome00.in.awa.tohoku.ac.jp
In Reply to: Re: [gentoo-dev] How to support C++11 in libraries? by "C. Bergström"
1 "C. Bergström" <cbergstrom@×××××××××.com> writes:
2
3 > "Best case" both build and you end up with a linker problem (can be
4 > worked around with compiler patches)
5 > /usr/lib64/libboost.so
6 > /usr/lib64-c++11/libboost.so
7
8 This is the right way to do, but as scary as our multilib where a
9 couple of USE flags are introduced to every package globally.