|
|
|
Re: libstdc++ : shared lib names | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
On 2012-04-17 18:21, Jonathan Wakely wrote:
Great, thank you Jonathan. This option bumped up libstdc++.so.7 but not libgcc_s.so.1. While it is an adequate fix for the issue in hand, I still have to take libgcc's compatibility on faith...So, is there a way to build gcc and force a bump in the .so version? This way I could keep environments completely distinct when using shared libs (the issue goes away when statically linking the runtime)Using --enable-symvers=gnu-versioned-namespace will bump the soname (as well as moving all entities in namespace std to the inline namespace std::__v7)
Is there a way to bump up its version too? Thanks, Oleg.